推特中的速率限制 api

rate limit in twitter api

我正在为我的项目使用 Twitter 开发人员 API。我已经使用 phone 号码和电子邮件地址创建了一个帐户。如您所知,Twitter 中有一些速率限制 API!

为了使用 API,我应该创建该应用的应用和用户令牌。

我的问题是,如果我为该单个帐户创建多个应用程序并在我的项目中使用它们,我的速率限制会乘以应用程序数量或聚合请求,所以我的速率限制不会改变?

是的。受账号限制

Rate limiting of the standard API is primarily on a per-user basis — or more accurately described, per user access token. If a method allows for 15 requests per rate limit window, then it allows 15 requests per window per access token.

参见:https://developer.twitter.com/en/docs/basics/rate-limiting.html