Skip to content

TimBeyer/twitter-sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-sentiment

Description

Tracks twitter queries and displays live graphs from sentiment analysis

Setup

Create config.js with

module.exports = {
  consumer_key: 'XXX',
  consumer_secret: 'XXX',
  access_token_key: 'XXX',
  access_token_secret: 'XXX'
};

and fill in your keys and secrets

Run npm install

Running it

./bin/sentiment-stream --track={query}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors