Skip to content
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

Ability to restrict to total requests/day #160

Open
mbellmbell opened this issue Apr 5, 2024 · 1 comment
Open

Ability to restrict to total requests/day #160

mbellmbell opened this issue Apr 5, 2024 · 1 comment

Comments

@mbellmbell
Copy link

Is there any way to restrict the number of requests for any account to X per day (or similar)? Right now, it seems like it's relying on the 50/15 restriction but then I have some accounts with 2,000+ requests/day and twitter is banning those. Wouldn't more accounts with fewer daily requests be safer?

@vladkens
Copy link
Owner

There is no such possibility and perhaps it is not planned.

The limits are not per account, but per api endpoint for account for time interval (per 15 min + per day). I mean that different methods have their own separate limits.

Writing these limits in code will be difficult, especially since it is impossible to track when Twitter changes its rules.

Also, the account will be banned after a while anyway, so there's not much point in protecting them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants