Search for Tweets and download the data labeled with it's Polarity in CSV format
View Live at https://twitter-sentiment-csv.herokuapp.com/
- Create a virtualenv. virtualenv venv
- Activate venv. source venv/bin/activate
- Install the requirements. pip install -r requirements.txt
- Save the ACCESS_TOKEN,ACCESS_TOKEN_SECRET,CONSUMER_KEY,CONSUMER_SECRETas environment variables. You can follow this guide for Heroku.
- Run the server. python app.py
This video was a submission for a challenge on a youtube video series by llSourcell @Sirajology: https://www.youtube.com/watch?v=o_OZdbCzHUA
And was featured in the next video in the series: https://www.youtube.com/watch?v=9gBC9R-msAk
