using Tweepy in my application, I get this exception very often, right after sending no more than 10 tweets and updating the timeline about 20-30 times.
Rate limit exceeded. Clients may not make more than 350 requests per hour.
To update the timeline, I use the timeline function with a limit of 40 tweets.
So, I do not do what is happening here, maybe there is another API call for twitt or something like that.
Do you have any idea what kind of request consumes more API calls or when more than one is being used?
Any suggestion on the best way to use API calls on Twitter?
Thanks in advance.
source share