Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 421 Bytes

Twitter-Sentiment-Analysis

Python Script for sentimental analysis of tweets.

Requirements:-

  • Python
  • Tweepy
  • TextBlob
  • Pandas

Dependencies:-

  1. Install Tweepy pip install tweepy
  2. Install TextBlob pip install -U textblob
  3. Additional Dependency python -m textblob.download_corpora

More enhancements coming soon!

Based on Python For Data Science by Siraj Raval.

Developed By Manan Manwani