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!
Based on Python For Data Science by Siraj Raval.