forked from intercom/python-intercom
-
Notifications
You must be signed in to change notification settings - Fork 0
Python wrapper for the Intercom API.
License
kevinwbaker/python-intercom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/
About
Python wrapper for the Intercom API.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 93.7%
- Shell 6.3%