OwnerListens / python-intercom

Python wrapper for the Intercom API.

Home Page:http://keyes.ie/things/python-intercom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-intercom is a Python wrapper for the Intercom API.

Detailed documentation is available on http://readthedocs.org.

Typical usage:

from intercom import Intercom
Intercom.app_id = 'app-id'
Intercom.api_key = 'api-key'

from intercom import User
for user in User.all():
    print user.email

About

Python wrapper for the Intercom API.

http://keyes.ie/things/python-intercom/

License:Other


Languages

Language:Python 90.5%Language:ApacheConf 9.5%