标签: 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搜索时,它会返回更多结果!为什么?
答案 0 :(得分:0)
Twitter API搜索仅在几天前发布。它与网站上使用的不同。