Tuesday, October 20, 2015

Python Twitter REST API Implementation

Before read this article maybe you need to read my previous article http://walkinsmile.blogspot.com/2015/04/python-oauth-implementation-its-not.html

I already wrote some codes in a day to implement wrapper for twitter REST API (OAuth V1.0 and REST API V1.1), this code will simplify process to call twitter REST API from python code.

It's not that complex and not that hard and just little code to help other developer if they need to simplify twitter REST API call.

I use python version 3.4 :-), you may need some modifications and tuning to run this code on older python, especially older than version 3.

You can grab my code on my github repository free to use, modify and redistribute https://github.com/amru-rosyada/pyTwitterAPI

No comments:

Post a Comment