Was searching around for a nice MailChimp API library and came across MailSnake I was looking to catch exceptions so I decided to fork it. I submitted a pull request, but it appeared that Leftium abandoned the library. I reached out to him on Facebook and Twitter, but to no avail. I decided to take… Read more »
Monthly Archives:: February 2012
linkedin – A Python Library to interface with LinkedIn REST API & OAuth
Well, in my spur of writing nice, simple libraries to interface Python, OAuth, and a REST API from a certain service. LinkedIn was my last that I tackled. Not to say that there won’t be more to come… I had to think of a name other than ‘python-linkedin’ because it was already taken, so just… Read more »
python-netflix – A Python Library to interface with Netflix REST API & OAuth
I was helping build a Netflix application and decided to write a clean library to handle Netflix Rest API with JSON responses. Post these libraries on my blog are easier to find on google, so hope you enjoy another Python library. https://github.com/michaelhelmick/python-netflix Docs & download info can be found there.