Twitter Sentiment Analysis using Textblob and Tweepy, wrapped with Flask as a web app.
- Clone/Download this repository.
- Obtain your Twitter API credentials.
- Replace appropriate credentials in
main.pyfile. - Install all the required dependencies listed in
requirements.txt. - Run the flask server using
python main.pyto see the result on port 5000(by default).
