gpt4 book ai didi

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

转载 作者:太空宇宙 更新时间:2023-11-03 18:26:50 25 4
gpt4 key购买 nike

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

最佳答案

Twitter API 搜索只能追溯到几天前。它与网站上使用的不同。

关于python - 使用 tweepy 搜索 API。但得到的结果比我在网站上搜索的要少得多。为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23020000/

25 4 0
文章推荐: c# - C# 方法签名中的类型转换
文章推荐: ruby - 如何使用 mechanize (ruby gem) 解析这个 html 页面? *小修正*
文章推荐: c# - 在 HTML.BeginForm MVC 5 中返回 List