Skip to content

nutratech/chess_ratings

Repository files navigation

Chess rankings

Test status unknown Install status unknown

Link to the Google Sheet

https://docs.google.com/spreadsheets/d/14N1cdQFe0Rzbi8x1VUQ7GTCQkv6Kej6Vnh079ZWmd24/edit#gid=2029955395

Setup (Linux)

Install venv.

sudo apt install python3-venv

Set up venv. Install pip dependencies and glicko2 submodule.

make init deps

Running

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.

Filtering Players

TODO: Filter by people who showed up, or aggregate by club?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published