Twitter-Sentiment-Analysis-Web
Twitter Sentiment Analysis using Textblob and Tweepy, wrapped with Flask as a web app.

Installation
- 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).
Log in or sign up for Devpost to join the conversation.