https://github.com/easoncxz/flask-oauth-client-demo
A Twitter client built using Flask-OAuthLib
https://github.com/easoncxz/flask-oauth-client-demo
Last synced: 3 months ago
JSON representation
A Twitter client built using Flask-OAuthLib
- Host: GitHub
- URL: https://github.com/easoncxz/flask-oauth-client-demo
- Owner: easoncxz
- Created: 2015-08-19T02:13:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T02:14:14.000Z (almost 10 years ago)
- Last Synced: 2025-02-06T03:37:04.979Z (5 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Twitter OAuth Consumer application, in Flask
==============================================Environment variables needed:
- `TWITTER_CONSUMER_KEY`
- `TWITTER_CONSUMER_SECRET`
- `FLASK_SECRET_KEY`: Just use a long random stringRun:
$ virtualenv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ python flitter.py