Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 string

Run:

$ virtualenv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt
(.venv)$ python flitter.py