Skip to content

djvdorp/Flask-SocketIO-Realtime-Twitter-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-SocketIO Realtime Twitter Stream

Installation

Prepare the environment:

$ virtualenv venv
$ source venv/bin/activate
$ (venv) pip install -r requirements.txt
$ (venv) cp config.dist.py config.py

Then edit config.py with your Twitter credentials and search keyword(s) - comma separated - and run:

$ (venv) python app.py

Credits

Based on the idea of mattgu74/TwitterHeatMap and the example from miguelgrinberg/Flask-SocketIO.

About

Watch realtime Twitter streams (scrolling log & map) using Flask-SocketIO and Twython.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published