使用tweepy搜索API。但是得到的结果比我在网站上搜索的要少得多。为什么?

2024-05-15 23:59:11 发布

您现在位置:Python中文网/ 问答频道 /正文

for result in tweepy.Cursor(api.search, q = "www.nature.com", count = 100).items():
    count = count + 1
print count

使用tweepy搜索API只有11个结果。但是当我在https://twitter.com/search搜索时,它会返回更多的结果!为什么?在


Tags: inhttpscomapiforsearchwwwcount