Skip to content

Jayanthbm/twitter-sentiment-analysis-python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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!!!!

    About

    Twitter Sentiment Analysis using python flask and Textblob

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published