Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

File metadata and controls

10 lines (7 loc) · 314 Bytes

NLP Sentiment Analyzer

Uses Twitter API: Tweepy and NLP library: TextBlob to analyze sentiment from Tweets

The repo contains two similar python programs for scraping tweets about a certain topic and then doing sentiment analysis to exract feelings from tweets.

Libraries used:

  1. Tweepy
  2. Pandas
  3. Textblob