d60 / twikit

Twitter API Scraper | Without an API key | Twitter Internal API | Free | Twitter scraper | Twitter Bot

Home Page:https://twikit.readthedocs.io/en/latest/twikit.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How post rate limit works?

itsManeka opened this issue · comments

How post rate limit works?
The documentation doesn't have a number limit.
How many posts I can do without receive 429 error?
How many time I need wait to retry?

Sometimes 1 hour works and sometimes not.

Is necessary login again after 429? Cookies will work after this?

Firstly, thanks for the response! But, as I said above, I had already read this documentation. There is no limitation information about the rate limit for creating tweets, but in practice it is occurring.

After the ratelimit occurs, it doesn't work again for days. If you log in again, you will be released.

I'm running inside an aws instance. I also saw somewhere an indication about using a proxy in AWS, but when using it the problem seems to persist.

Another question: Is there any way to keep the data from the previous cookie device when you need to log in again and thus avoid the new device message on the account?