Twitter-Sentiment-Analysis-Web

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

Working Demo

Installation

  1. Clone/Download this repository.
  2. Obtain your Twitter API credentials.
  3. Replace appropriate credentials in main.py file.
  4. Install all the required dependencies listed in requirements.txt.
  5. Run the flask server using python main.py to see the result on port 5000(by default).
Share this project:

Updates