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