This project makes it possible to scrape ProCyclingStats and uses and displays the obained data in a graph.
Like this:
To use:
>python main.py <race-name> year
e.g.
>python main.py tour-de-france 2018
>python main.py giro-d-italia 2017
To test:
~\TdFgraph>python -m pytest tests
The program creates subfolders in the directory to store data.