Python Script for sentimental analysis of tweets.
- Python
- Tweepy
- TextBlob
- Pandas
- Install Tweepy
pip install tweepy
- Install TextBlob
pip install -U textblob
- Additional Dependency
python -m textblob.download_corpora
More enhancements coming soon!
- Added new project (Airline Sentiment)