Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ vgn-prices Public archive

A simple web scraper to extract prices from www.vgn.de/tickets to JSON, CSV and Markdown.

Notifications You must be signed in to change notification settings

justusjonas74/vgn-prices

Repository files navigation

VGN Prices

A simple web scraper to extract prices from www.vgn.de/tickets to JSON, CSV and Markdown.

Usage

Use results ...

The repo includes the latest results, so you don't have to run the script yourself.

... or scrap yourself

git clone https://github.com/justusjonas74/vgn-prices
cd vgn-prices
npm install 
npm run scraper # generates prices.json and prices.csv
npm run markdown # generates prices.md  based on prices.json

Supported Products

Actually only products with a price table on their web page are supported, cause that's the scraping source.

Included

Not included

Licence

Source code is licensed under MIT license. No license and no guarantees implied on the produced data, produce and use on your own risk.

About

A simple web scraper to extract prices from www.vgn.de/tickets to JSON, CSV and Markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published