繁体   English   中英

Twitter API v2 - 速率限制

[英]Twitter API v2 - Rate Limit

我正在访问 Twitter 的 API v2 并拥有学术研究访问权限。 我有兴趣提取尽可能多的数据,但速度有限。

我在 Python 中使用 tweepy 来提取数据,并且调用“search_all_tweets”我每天循环提取并限制每天提取的推文。 通过使用 time.sleep(),我可以修改每 15 分钟可以提取多少条推文。

Twitter 已发布此内容以回答我的问题,但我仍然怀疑我属于哪个类别并因此受到限制: https://developer.twitter.com/zh/

有人可以帮助澄清在限制速率之前我每 15 分钟可以提取多少条推文吗?

提前致谢

Go to the Twitter developper portal , select your app in your project and, at the bottom of the Settings tab, check if you have activated the Read and Write permissions in the OAuth 1.0a authentication. 如果没有,请激活它们并重新生成您的令牌。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM