Skip to content

dashpy/Twitter-sentimental-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentimental Analysis using GCM and Twitter API

Requirements

  • .env file with the following fields: -- TWITTER_CONSUMER_KEY=<TWITTER_CONSUMER_KEY> -- TWITTER_CONSUMER_SECRET=<TWITTER_CONSUMER_SECRET>
  • json file from the google cloud project to use the sentimental analysis
  • requires Node.js v4+ to run.

Installation

Install the dependencies and devDependencies and start the server.

$ npm install
$ node start