Skip to content

ferencbeutel4711/twitterSentimentAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SentimentAnalyzer

Plots the sentiment of a hashtag in real time using the twitter api, nltk and matplotlib

Requirements

  • configure a twitter app & generate consumer & access secrets
  • install python
  • install ipython
  • install pyqt
  • pip install:
    • nltk
    • twitterAPI
    • matplotlib

Usage

SEARCH_HASHTAG=#MothersDay TWITTER_CONSUMER_KEY=yourConsumerKey TWITTER_CONSUMER_SECRET=yourConsumerSecret TWITTER_ACCESS_TOKEN=yourAccessToken TWITTER_ACCESS_TOKEN_SECRET=yourAccessTokenSecret python twitterSentimentAnalyzer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages