WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

About

Tweeting stats about transit systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published