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?
After Twitter discontinuing the Basic Auth, my program which updates my own Twitter stream
Share
you might want to try tweepy for that…