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/
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
Release history Release notifications | RSS feed
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.4.tar.gz
(12.8 kB
view details)
File details
Details for the file python-intercom-0.2.4.tar.gz.
File metadata
- Download URL: python-intercom-0.2.4.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d463586128f76ded586a647d91c2c44ac9e640eb473957666843b6cd98d82521
|
|
| MD5 |
de5646a23e23e127b32469cc2e8a6d62
|
|
| BLAKE2b-256 |
9fdee0cf805c3f0a03c8f1cf65cedb3ab097516aaa41dc3da2150a8f5eeccc0f
|