views:

68

answers:

3

After Twitter discontinuing the Basic Auth, my program which updates my own Twitter stream (not others' Twitter streams.) has broken. I understand that OAuth is the way to go. I have set up a Twitter App for the same and have acquired the consumer tokens. Now I don't want to implement the OAuth for Twitter all by myself if someone has done it already. I see this library http://code.google.com/p/oauth-python-twitter2/ being recommended by Twitter, but I'm not sure if it is being actively maintained. Could someone please let me know if there is any good library available for interfacing with Twitter?

A: 

Looking at the last update in the link provided by you, the lib was last updated on 16th September 2010 which is good I think ;-)

I just posted the above link in another website.

Shoban
+2  A: 

you might want to try tweepy for that...

Dananjaya
A: 

I suggest tweepy as well, it's pretty simple, has oAuth/xAuth support, covers all features of Twitter API, actively under development and has a quick documentation to get you started. The author also claims python 3 support but it was discontinued a few months ago.

Gani Simsek