# intercom
-
python-intercom is moving out
python-intercom has decided it no longer likes living with me in my mud hut in the woods, and has moved into the marble floored and velvet cushioned environs of Intercom. -
python-intercom 3.0
Version 3 of python-intercom has risen from it’s seat in the basement, stomped up the stairs, burst through the front door, and roared “I’M FREE!". -
python-intercom 3.0b3
The long drawn out “will version-3 be released” saga is coming to an end. I’ve just released 3.0b3. -
python-intercom 2.1.1
Announcing version 2.1.1 of python-intercom. -
python-intercom 2.0.0
Announcing version 2 of python-intercom. -
python-intercom 2.0.beta
A couple of major issues were raised for the alpha release. The first was the lack of support for empty body responses, and the second was incorrect tracking of
changed_attributes
for resources.These are fixed in this release, and an FAQ has been added to the documentation.
-
python-intercom 2.0.alpha
python-intercom now supports Intercom API v2 and Python 3. -
python-intercom and self fields
Intercom’s API returns aself
attribute for each resource that contains a URL to the resource. Asself
is a reserved word in Python, the question is how should python-intercom support it. -
python-intercom 0.2.13
A new release of python-intercom with support for wildcard importing. -
Release: python-intercom 0.2.12
-
Release: python-intercom 0.2.10
-
Release: python-intercom 0.2.9
-
Release: python-intercom 0.2.8
-
Release: python-intercom 0.2.7
-
Introducing python-intercom
from intercom import User user = User.find(email='somebody@example.com')
-
python-intercom
A Python wrapper for the Intercom API.