Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

A public platform for quantitatively evaluating politicians and their social media presence using sentiment analysis and natural language processing.

o-wth/politi_rate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Politi-Rate

Project frozen Project unmaintained

We are archiving this repository. We have developed a new API and a new app.


A public platform for evaluating politicians and their social media presence using sentiment analysis and language processing.

To-Do List:

  • only 1000 AYLIEN API requests per day, so only 25 Node API requests per day (not enough)
  • Aylien API key is expired
  • hide API keys
  • show information about scores when score FAB is clicked

Setup

  • create api/endpoints.js with the following contents:
module.exports = {
    aylien: 'https://api.aylien.com/api/v1',
    aylienKey: '<AYLIEN KEY>',
    aylienID: '<AYLIEN ID>',
    phone2action: 'https://fmrrixuk32.execute-api.us-east-1.amazonaws.com/hacktj/legislators',
    phone2actionKey: '<PHONE2ACTION KEY>',

}
  • create api/twitterKeys.js with the following contents:
module.exports = {
    consumer_key: '<TWITTER CONSUMER KEY>',
    consumer_secret: '<TWITTER CONSUMER SECRET>',
    access_token_key: '<TWITTER ACCESS TOKEN KEY>',
    access_token_secret: '<TWITTER ACCESS TOKEN SECRET>'
}

About

A public platform for quantitatively evaluating politicians and their social media presence using sentiment analysis and natural language processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published