简体   繁体   English

twitter api发布速率限制

[英]twitter api post rate limit

Does anyone know Twitter's rate limit on posting? 有人知道Twitter的发布速度限制吗? Looking at their web page they claimed to not have one but I get an exception thrown if my program posts too fast... Any help is appreciated. 看着他们的网页,他们声称自己没有网页,但是如果我的程序发布得太快,我会抛出一个异常...任何帮助,我们将感激不尽。

Taken from http://help.twitter.com/forums/10711/entries/15364 Jan 2015: 取自http://help.twitter.com/forums/10711/entries/15364 2015年1月:

Current Twitter limits 当前的Twitter限制

The current technical limits for accounts are: 当前帐户的技术限制为:

  • Direct messages (daily): The limit is 1,000 messages sent per day. 直接消息(每天):每天最多发送1,000条消息。
  • Tweets: 2,400 per day. 推文:每天2,400。 The daily update limit is further broken down into smaller limits for semi-hourly intervals. 每日更新限制会进一步细分为半小时间隔的较小限制。 Retweets are counted as Tweets. 转推计为推文。

The docs URLs have changed. 文档网址已更改。 You'll find more API info here: https://dev.twitter.com/docs/rate-limiting 您可以在此处找到更多API信息: https : //dev.twitter.com/docs/rate-limiting

Twitter limits on Posts are on a per user bases with api 1.1. Twitter对帖子的限制是基于api 1.1的基于每个用户的。

Here are the rate limites for get requests: https://dev.twitter.com/docs/rate-limiting/1.1/limits 这是获取请求的速率限制: https : //dev.twitter.com/docs/rate-limiting/1.1/limits

And an explanation of get/post requests here: https://dev.twitter.com/docs/rate-limiting/1.1 并在此处解释获取/发布请求: https : //dev.twitter.com/docs/rate-limiting/1.1

It looks like the limit is 1000/day, but Twitter breaks rate limites down to 15 minute increments, so you might limit your api to around 9-10 tweets / 15min 看起来限制是每天1000次,但是Twitter将速率限制降低到15分钟的增量,因此您可以将api限制为9-10条推文/ 15分钟

https://support.twitter.com/forums/10711/entries/15364 https://support.twitter.com/forums/10711/entries/15364

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

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