bmberger / TweetAnalyzer

It is able to search twitter for a list of tweets about any topic we want, then analyze each tweet to see how positive or negative its emotion is. The text input is put into small tokens aka tokenization, then each word is analyzed with its lexicon to see the emotions. The code requires using Twitter’s API and it uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bmberger/TweetAnalyzer Issues

No issues in this repository yet.