takrating
Code used for calculating ratings based on games played on playtak.com.
Install Node.js.
Place the contents of this repository in a suitable directory
In a console, navigate to that directory, and run the command npm install
, in order to download sqlite3.
Download a game database from Playtak, and place it in the same directory.
Run node takrating.js
in order to generate the ranking list.
Look at and/or modify the source code and settings in takrating.js
.
Tested on Windows, should work on most platforms.