Install venv
.
sudo apt install python3-venv
Set up venv
. Install pip
dependencies and glicko2
submodule.
make init deps
You can rate and download with this.
./cr rank
To download separately use this.
./cr fetch
To skip downloading (assume cached) AND print match ups & graphs, do this.
./cr rank -smg
If you are running macOs or Linux, you can copy to clipboard with this.
make rank
TODO: Automate the sheet updating with a Google Sheet API script.
TODO: Filter by people who showed up, or aggregate by club?