The app is live at http://twittersentimeter.herokuapp.com/

- Create a Virtual environment and install the dependencies
pip install -r requirements.txt - Fill the Details in
secrets.py.templatefile and save it assecrets.py - Run django server
python manage.py runserver