Skip to content

shubhamkumar0/Twitter_Sentiment_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Twitter_Sentiment_Analysis

This is a submission for the Recommender challenge by @Sirajology on Youtube. This is the code for the Twitter Sentiment Analyzer

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 demo.py

Credits to Siraj(https://github.com/llSourcell)

About

This is the code for the Twitter Sentiment Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages