twauth-web
twauth-web copied to clipboard
A simple Python Flask web app that demonstrates the flow of obtaining a Twitter user OAuth access token
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...
### Problem Problem is outlined here: #7 ### Solution Upgrade the werkzeug package ### Result No breaking changes found. Just fixes the import issue. Closes: #7
One line summary of the issue here. ### Expected behavior The app should run after following the steps in the readme and running `python3 ./twauth-web.py` or `gunicorn twauth-web:app`. ### Actual...
I have set the environment variables TWAUTH_APP_CONSUMER_KEY and TWAUTH_APP_CONSUMER_SECRET. App permissions are also set to Read and Write and Direct Message. The type of app is a Web App, Automated...
Arrived here via [TeleTweet](https://github.com/tgbot-collection/TeleTweet/issues/12).
how to install dependencies