willem-h / transit-scraper

Scrape transit card information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transit Card Scraper

Pull data about your transit cards. Currently supporting:

  • Myki - Melbourne, Australia
  • GoCard - Brisbane, Australia

You need to have already registered for accounts with these services.

This also syncs the scraped data to a Firebase Realtime database which will also have to be setup separately.

Rename .env-example to .env and fill in your details.

Development

You'll need to have Python 3 installed before doing anything.

To get up going run:

bin/setup

To sync your tranist data to Firebase run:

bin/go

About

Scrape transit card information


Languages

Language:Python 98.4%Language:Shell 1.6%