-
Notifications
You must be signed in to change notification settings - Fork 47
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
Access permission issue #37
Comments
Hi @aihoom. Twitter APIv2 is not supported by this bot it still runs on APIv1. Since Twitter has made their APIs paid I am not really getting interest to update this to APIv2 |
I took a look at the Twitter API2 documentation, and it seems that free developer accounts require authorization to fetch data from specific users. However, I still appreciate you for developing such a useful application |
There is an Oauth file and secret which can be generated on twitter with a free account. This should let tweets be pulled with a free account but this authentication is not included in the .env file. Can the code be modified to accomplish this? |
Thank you for developing the Twitter bot, which allows me to quickly get started with such a great tool without any programming background. However, it seems that some problems have occurred during my use:
I searched and it seems to be because the free Twitter API V2 I'm using doesn't have this permission. Can I use API V1 instead?
The text was updated successfully, but these errors were encountered: