How can I access 37 signals Highrise’s API with Python? Found wrappers for PHP/Ruby, but not Python. I’m writing my own now, anyone have advice on getting over the first hurdle of authentication with Python?
How can I access 37 signals Highrise’s API with Python? Found wrappers for PHP/Ruby,
Share
I wrote (am writing, really) a Highrise API wrapper for Python. It uses Python objects for each of the Highrise classes and work a lot like the Django ORM:
You can get the source from GitHub: https://github.com/feedmagnet/pyrise
Or install it from PyPI: