簡體   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