forked from intercom/python-intercom
- Notifications
You must be signed in to change notification settings - Fork 0
Python wrapper for the Intercom API.
License
Notifications You must be signed in to change notification settings
PanosJee/python-intercom
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
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
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python93.5%
- Shell6.5%