Current Sentiment of the World Displayed By Region on a lovely D3.js spinning globe, made for the 2017 UQCS winter hackathon.
- python3
- tweepy
- redis
- flask
- vaderSentiment
- redis
- Clone Repo:
git clone https://github.com/kylelt/worldtemp.git
- Install redis
- Install Dependencies
- Start redis
redis-server
- Start tweet eater
python startstream.py
fromworldtemp/flask_app/twitterscan
directory - Run flask
flask run
fromworldtemp/flask_app directory
- Navigate to http://localhost:5000