Reputation: 1284
I need to retrieve tweets from certain users. I have found 2 packages which seem promising, however there was an recent Twitter API update to 1.1, so I am not sure will below options work properly. Anybody has any experience with python-twitter and ECL-twitter after API update?
http://code.google.com/p/python-twitter/
https://github.com/elmcitylabs/ECL-Twitter
Or would you recommend me something else? As I said, I need to retrieve tweets from certain users, who do not have to be in my friend list.
Upvotes: 0
Views: 1026
Reputation: 885
I work with python-twitter to retrieve tweets from certain users on multiple sites. Since you don't need to be logged in for that, there is no problem at all.
Upvotes: 1