Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 492 Bytes

Graphs for multi-day cycling races.

This project makes it possible to scrape ProCyclingStats and uses and displays the obained data in a graph.
Like this:
Alt text 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.