8000 GitHub - MarkLC-r7/python-intercom: Python wrapper for the Intercom API.
[go: up one dir, main page]

Skip to content

MarkLC-r7/python-intercom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published
0