Tweepy搜索没有产生与twitter.com搜索相同的结果

时间:2017-11-10 20:50:17

标签: twitter tweepy

使用Tweepy搜索实例:

for match in tweepy.Cursor(api.search, q=('from:realdonaldtrump michaelcohen212'), include_entities=True, count=10, wait_on_rate_limit=True).items():
    print(match.text)

没有结果,但是当我在这里搜索时,我得到了结果(尽管它们是从2015年开始):

https://twitter.com/search?f=tweets&q=from%3Arealdonaldtrump%20michaelcohen212&src=typd

我尝试使用Tweepy搜索运算符(例如sinceuntil)过滤特定范围,但仍然没有产生任何结果

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

这是因为Search API的限制。

“Twitter Search API搜索过去7天内发布的最近推文的样本。”

https://developer.twitter.com/en/docs/tweets/search/overview/basic-search