A Python based Sentiment Analysis tool. Collecting tweets using twitter API, analysing, saving in csv file and ploting the results.
- pandas
- tweepy
- textblob
- matplotlib
You may install all the dependencies using pip package manager
pip install [dependency name]
-
Replace the consumer_key, consumer_secret, access_token and access_token_secret with the apropriate values from your twitter api.
-
Run the main.py from terminal
python main.py
- Enter the keyword and # of tweets for analysis.