Tracking my singles and doubles WTN (World Tennis Number) over time by scraping my LTA profile.
- Singles: 26.9
- Doubles: 28.7
---
config:
xyChart:
width: 900
height: 400
---
xychart-beta
title "WTN Ratings Progress"
x-axis ["09/07", "10/07", "24/07", "14/08", "15/08", "22/08", "12/09", "19/09", "22/05", "28/05", "11/06", "06/11", "04/12", "11/12", "08/01", "29/01", "07/02"]
y-axis "Rating" 25 --> 32
line [28.9, 28.7, 28.6, 29.0, 29.0, 29.0, 27.9, 27.5, 27.4, 27.4, 26.8, 26.8, 26.8, 26.9, 26.9, 26.9, 26.9]
line [29.9, 29.9, 29.9, 29.9, 30.1, 30.3, 29.3, 29.3, 29.3, 30.0, 30.0, 29.5, 29.6, 29.5, 29.3, 29.4, 28.7]
Available in: data/ratings.csv
Install Poetry for managing Python dependencies.
make setup && make install
Run script to fetch ratings and write them to data/ratings.csv if they have changed.
make run