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

{"errors":[{"code":88,"message":"Rate limit exceeded."}]} #33

Open
atmar opened this issue Nov 30, 2024 · 3 comments
Open

{"errors":[{"code":88,"message":"Rate limit exceeded."}]} #33

atmar opened this issue Nov 30, 2024 · 3 comments

Comments

@atmar
Copy link

atmar commented Nov 30, 2024

Trying to run GetTweets but I keep receiving rate limit exceeded after a few hours. It takes +- 24h before the account can scrape again.
Doesn't make sense to me because according to the headers I have plenty of requests left :

X-Rate-Limit-Limit:[800] X-Rate-Limit-Remaining:[798] X-Rate-Limit-Reset:[1732886275] X-Response-Time:[109]

Tried with different IP addresses but seems to be account bound. I'm not spamming the API, I have set the delay on the scraper between each API request on 8 seconds.

@cmj
Copy link

cmj commented Nov 30, 2024

Most likely tied to the general Bearer token used. It's having limits and endpoint auths changed lately.

There seems to be only one left that continues to have the highest limits.

Try this:
AAAAAAAAAAAAAAAAAAAAAFQODgEAAAAAVHTp76lzh3rFzcHbmHVvQxYYpTw%3DckAlMINMjmCwxUcaXbAN4XqJVdgMJaHqNOFgPMK0zN1qLqLQCF

Keep an eye on changes here https://github.com/BANKA2017/twitter-monitor-assets/tree/master/rate_limit

@atmar
Copy link
Author

atmar commented Nov 30, 2024

Doesn't seem to work unfortunately. I've also tried a bearer token that works on one of the accounts I'm logged in with in the browser. I can retrieve tweets perfectly fine in the browser on that account, but not using this library.

@wade-liwei
Copy link

hello friend

I have the same problem without auth login.
just only call Profile API with different account.

msg=scraper.GetProfile err="response status 429 Too Many Requests: {"code":88,"message":"Rate limit exceeded."}"

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

3 participants