What is the best Python-Wrapper for Twitter 1.1 API?

1 answer

I used to use the sixohsix library. I also used tweepy and python-twitter (I found it on github). This is really a matter of preference. I created several virtual projects, some of which were Django or CherryPy, and just tried the API until I found one that was convenient for me. Tweepy seems pretty well documented, but Sixohsix seems to be updated more often.

0
source

All Articles