Skip to content

amkurian/twitter_sentiment_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

twitter_sentiment_challenge

##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.

##Dependencies

tweepy (http://www.tweepy.org/)

textblob (https://textblob.readthedocs.io/en/dev/)

Install missing dependencies using pip

##Usage

Once you have your dependencies installed via pip, run the script in terminal via

python sentiment_analyzer.py

The blog post related to the repo https://medium.freecodecamp.org/how-to-build-a-twitter-sentiments-analyzer-in-python-using-textblob-948e1e8aae14

About

The code uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages