TwitterFollowBot icon indicating copy to clipboard operation
TwitterFollowBot copied to clipboard

Can't run the bot

Open BOT-TI opened this issue 3 years ago • 2 comments

When I try to run the bot it says {'errors': [{'message': 'You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve', 'code': 453}]}

BOT-TI avatar Aug 15 '22 01:08 BOT-TI

This is a problem with your API access, not the bot, you need elevated access.

L422Y avatar Oct 12 '22 03:10 L422Y

As L442Y mentioned, this is due to your Twitter account API access. Make sure to get elevate access for the bot, as described in the url from the notification..

After that change the permissions as needed for your app, and generate new token. The old tokens will not be updated to have the new permissions.

NoobFullStack avatar Oct 21 '22 00:10 NoobFullStack