This repository consist of a small terminal application that analyzes tweets of user given keyword and number and provides the result on their sentiment.
- User give the keyword/hashtags
- User give the number of tweets to analyze
- Result is displayed in pie chart.
- Result is saved in csv file including Polarity of each tweet.
- TextBlob
- Tweepy
- Matplotlib
- Python