Skip to content

50onRed/python-intercom

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published