Skip to content

rayvald/twitter_sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter_sentiment

Twitter Sentiment Analysis Challenge for Learn Python for Data Science #2 by @Sirajology on Youtube

##Overview

This is the code for the Twitter Sentiment Analyzer challenge for 'Learn Python for Data Science #2' by @Sirajology on YouTube. The code uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet. We'll be able to see how positive or negative each tweet is about whatever topic we choose.

##Changes

For this project I added the option save each Tweet to a CSV file with an associated label. The label should be either 'Positive' or 'Negative'. Also generates a circular graph with the label and the percentage of each label.

##Dependencies

Install missing dependencies using pip

Releases

No releases published

Packages

No packages published

Languages