Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/351.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
首选Python twitter API?_Python_Twitter - Fatal编程技术网

首选Python twitter API?

首选Python twitter API?,python,twitter,Python,Twitter,我当时发现有几个用于Python的Twitter API 我已经使用python twitter有一段时间了,但从未需要API搜索。现在我需要做一项包括Twitter搜索的工作,我发现这个库不支持Twitter搜索 我想知道列出的哪些是适合这项任务的 谢谢 注意:我使用了python twitter 0.6-svn trunk似乎包括搜索。已经证明对我当前的项目很好。这似乎是Twitter API的最新版本 如果您需要流式API支持,我会推荐。我一直在使用并且非常喜欢它。它仍然无法为您处理搜索过

我当时发现有几个用于Python的Twitter API

我已经使用python twitter有一段时间了,但从未需要API搜索。现在我需要做一项包括Twitter搜索的工作,我发现这个库不支持Twitter搜索

我想知道列出的哪些是适合这项任务的

谢谢

注意:我使用了python twitter 0.6-svn trunk似乎包括搜索。

已经证明对我当前的项目很好。这似乎是Twitter API的最新版本


如果您需要流式API支持,我会推荐。

我一直在使用并且非常喜欢它。它仍然无法为您处理搜索过滤,但无论如何您都必须这样做

我需要在一个时间间隔内进行搜索。好的,但是Twitter API似乎不允许在一个时间间隔内进行搜索。您可以在web界面中进行这种搜索:您必须根据您使用的库的时间间隔筛选搜索。API中没有用于此的筛选器,因此必须在您的端执行此操作。Tweepy现在位于此处: