Skip to content

wilpat/tweet-sentiment-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Tweet-sentiment-analyser

This simple program uses tweeter's api to search for tweets about a particular word

Then uses texblob to get the sentiment polarity about each tweet

This returns a polarity which is a probability that ranges from -1 to 1(Very bad to Very Good)

The result would be stored in a csv file

Requirements

Please install tweeepy, textblob, matplotlib(For visualiation of results)

Run python -m textblob.download_corpora

About

This notebook demonstrates how to use tweeter's api to search for tweets about a particular word and compute the happiness / sadness level of that tweet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors