Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefellows/metrofail-ptv-performance-scraper

Scrapes performance data from https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/daily-operational-performance-reports/
https://github.com/mefellows/metrofail-ptv-performance-scraper

Last synced: about 2 months ago
JSON representation

Scrapes performance data from https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/daily-operational-performance-reports/

Awesome Lists containing this project

README

        

# #Metrofail PTV Performance Data Scraper

Scrapes performance data from https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/daily-operational-performance-reports/.

Used to provide updated performance information in [Metrofail](http://www.metrofail.org).

## Usage

```
go get ./...
go build -o ptvperf .
./ptvperf --format csv --url http://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/daily-operational-performance-reports/
```

## Running in Docker

```
gox -osarch="linux/amd64" -output="ptvperf" && docker build -t mfellows/ptvperf
docker run mfellows/ptvperf
```