Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/mefellows/metrofail-ptv-performance-scraper
- Owner: mefellows
- License: mit
- Created: 2015-11-05T09:53:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T11:52:21.000Z (about 9 years ago)
- Last Synced: 2024-10-11T22:55:31.446Z (2 months ago)
- Language: HTML
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```