-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Request Limit Guidance for Your Twitter Tool #506
Comments
Unfortunately, I've never tested the limit myself, but I'll start with something like 1 request / second. |
@Rishikant181 I am working in NodeJs, is there a way to exclude replies from the query? I see that I can exclude it in the command line with the --exclude-replies command, but I do not know how to accomplish this in NodeJs. I also tried to send a request every 15 seconds, then I first came across a "HTTP: TOO MANY REQUESTS" error, then followed by a "Failed to Authenticate" error. When running the script again after a few hours, the "Failed to Authenticate Error" was still there, maybe I got banned? I am now testing it on a new account, by sending a request every 55 seconds. Thanks a lot! |
Yes you can, just set the
|
Your answer was very helpful, thank you! Thank you for your help! |
I'm afraid I didn't quite understand the question :( |
In the code you wrote above: Thanks! |
No, it doesn't have an effect. Every method which Rettiwt provides for fetching or posting data, each method corresponds to sending a single request (except for |
Thanks for creating the Twitter reading tool on GitHub; it's been really useful. I've hit a "too_many_requests" error and was hoping you could help with a couple of things:
What's the max number of requests I can make within a certain timeframe?
Any tips on using the tool within the rate limits?
(ps: i'm only the post, not the replies etc.
thanks
The text was updated successfully, but these errors were encountered: