Skip to content

Cloudpapr/python-intercom

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Python 94.4%
  • Shell 5.6%