https://github.com/zonca/flask-twitter-auth
https://github.com/zonca/flask-twitter-auth
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonca/flask-twitter-auth
- Owner: zonca
- Created: 2020-10-20T21:20:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T00:14:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T23:41:27.997Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter app authentication
Flask application to authenticate a Twitter use using
the 3 legged oauth and print back the Access Token
and the Access Token Secret.
## How to set it up
- Fork the project on Glitch
- Create a Twitter app with permissions to authenticate as other users
- Copy the `TWITTER_CONSUMER_KEY` and `TWITTER_CONSUMER_SECRET` to the Glitch `.env`
- Generate a unique key (for example with a password generator) `SECRET_KEY` and add to `.env`
- Modify the `callback` URL in `server.py`