A python-based tool that scrapes typeracer.com and gathers information on a user's races, and establishes further statistics using this data, outputting to a pleasant HTML file.
pipenv install
or pip3 install -r requirements.txt
python -m stats [username]
to generate all possible stats for the given user.python -m stats --help
for more information on other options.If you are using Windows, you will need to install, at least, Python 3.7 and enable Environment Variables during installation. Knowledge of how to use the command line will help as well.
If you are familiar with Git, feel free to fork this repository and submit pull requests! If you have no idea how to work with Python, feel free to add anything you would like to see or anything that is broken to our issues list.