Skip to content

trynmaps/opentransit-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTransit Twitter Bot

How To Use

  1. run npm install
  2. Create File ./config.json:
{
    "production": {
        "consumer_key": "CONSUMER_KEY",
        "consumer_secret": "CONSUMER_SECRET",
        "access_token_key": "ACCESS_TOKEN_KEY",
        "access_token_secret": "ACCESS_TOKEN_SECRET"
    } 
}
  1. Get consumer and access keys from a Team Lead and populate inside ./config.json.
  2. Run node app.js
  3. Validate Twitter post on https://twitter.com/opentransit_bot

Need To Do

  1. GCP setup for prod use

Releases

No releases published

Packages