Skip to content

zachd/python-tweet-moods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

python-tweet-moods

Uses Tweepy Streaming API with access-tokens for a registered Twitter application to read tweets containing the string "python". Then uses the Naive Bayesian sentiment analyzer from TextBlob to gauge whether the tweet is considered positive or negative. Results are sent to Hosted Graphite every 3 minutes.

Dependencies

$ pip install -U tweepy
$ pip install -U textblob

Running

$ python stream.py

About

💬 Uses Tweepy to get a stream of tweets about python, and evaluates their mood using TextBlob and NLTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages