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

时间:2014-04-11 18:25:14

标签: python api search twitter tweepy

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搜索时,它会返回更多结果!为什么?

1 个答案:

答案 0 :(得分:0)

Twitter API搜索仅在几天前发布。它与网站上使用的不同。