-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x-rate-limit #252
Comments
I'm able to access the headers and
|
Hi @rainacao , Thank you - here is the class class TooManyRequests(TwitterException): |
is there a rule of thumb when that limit is reached? like if I only check for fresh tweets of one user once a minute and most of the time I'll receive nothing a sthis person didn't tweet, is it gonna still hit the limit because of the requests? |
Yes- A request always count if you get repons or not!:) |
Hello,
Is it possible to retrieve these fields? I’ve checked, but I can’t find any information on how to access these values each time tweets are retrieved. If it’s possible, could they be included? This would greatly help in managing the rate limit.
Fields:
x-rate-limit-limit: 50
x-rate-limit-remaining: 48
x-rate-limit-reset: 1731259969
The text was updated successfully, but these errors were encountered: