This repo fetches all riders for a Scorito game. For the classics game it fetches all races from the Procyclingstats website. For a grand tour it generates a csv with all prices.
docker compose run --rm php composer install
docker compose run --rm php php classics.php
Will output a csv to classics.csv
docker compose run --rm php php grand_tour.php
Will output a csv to grand-tour.csv