Hello all, I have a Bot that Edits photos when someone mentions the bot, the bot is going viral but the api limits is standing in my way, is there any chance to exceed it?

(sorry for my small letter and bad grammer)

tweepy.error.TweepError: [{‘code’: 185, ‘message’: ‘User is over daily status update limit.’}]

No, there’s no way to increase the number of tweets you can post, it’s 300 in 3 hours POST statuses/update | Docs | Twitter Developer Platform using your app, and 2400 per day overall for the account (both tweets and retweets, from any app or twitter client count) Understanding Twitter limits | Twitter Help

1 Like

there is no other solution? like premium or paid API package or anything?

my bot is going viral and it needs more than the limited tweets number
it does not tweet in main account its only reply to whoever mentioned the account

There’s no way to pay to have an account post more Tweets than others, no. Sorry for this. Congratulations on your app being popular, but there’s no secret or paid way to post more Tweets - this is an account limit that is set by Twitter, not a developer platform limit.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.