Skip to main content

Intercom API wrapper

Project description

Python-intercom is a Python wrapper for the Intercom API[1].
Detailed documentation[2] is available on http://readthedocs.org.

Typical usage:

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

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

[1] http://docs.intercom.io/api
[2] http://readthedocs.org/docs/python-intercom/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-intercom-0.2.6.tar.gz (12.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page