Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T02:14:14.000Z (about 9 years ago)
- Last Synced: 2024-10-04T21:54:02.116Z (about 1 month 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