开发者

Preferred Python twitter API? [closed]

开发者 https://www.devze.com 2022-12-21 14:03 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by fa开发者_C百科cts, references,or expertise, but this question will likely solic
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by fa开发者_C百科cts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I found at http://dev.twitter.com/pages/libraries#python that there are several Twitter APIs for Python.

I've been using python-twitter for a while but never needed the API Search. Now I need to do a job that includes Twitter searches and I see they are not supported by this lib.

I wonder know which of the listed ones is the appropriated for this task.

Thanks,

Note: I used python-twitter 0.6 - svn trunk seems to include searches.


Twython has proven good for a current project of mine. It seems to be the most up-to-date with the Twitter API.

If you need streaming API support I would recommend Tweepy.


I have been using Python Twitter Tools and like it a lot. It still won't handle your search filtering for you, but you would have to do that anyways.

0

精彩评论

暂无评论...
验证码 换一张
取 消