This project uses twitter search API from tweepy, Searches for Tweets and gives the option to the user to downloads the data labeled with it's Polarity in CSV format.
1.Create a virtualenv. virtualenv venv
2.Activate venv. source venv/bin/activate
3.Install the requirements. pip install -r requirements.txt
4.Save the ACCESS_TOKEN, ACCESS_TOKEN_SECRET, CONSUMER_KEY, CONSUMER_SECRET as environment variables.
Note: if you want to deploy the application you can do the same, You can follow this guide for Heroku.
5.Run the server. python app.py