These are some Python scripts that scrape your results from typeracer and create a GIF plotting your results over time. Run the following to generate the example GIF below:
./run.sh kylrth
You need BeautifulSoup, Pandas, requests, and Plotly, plus ImageMagick for compiling the GIF.
The plotting code was modified from varkon256's repo.