Twitter Sentiment Analysis Using Python(Flask) Programming Language Used 1.Python >3 2.HTML5 4.Jquery 5.CSS Packages Used 1.Flask 2.Flask-RESTful 3.tweepy 4.textblob 5.Flask-Cors Installing Packages pip install Flask pip install Flask-RESTful pip install tweepy pip install -U textblob python -m textblob.download_corpora pip install Flask-Cors How to run Clone the repository and install all the required packages Edit the sentiment.py add twitter credential keys Open terminal and go to flask-server directory start the server python sentiment.py Now open the index.html and start searching It works!!!!