使用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搜索运算符(例如since
和until
)过滤特定范围,但仍然没有产生任何结果
有什么想法吗?
答案 0 :(得分:0)
这是因为Search API的限制。
“Twitter Search API搜索过去7天内发布的最近推文的样本。”
https://developer.twitter.com/en/docs/tweets/search/overview/basic-search