A tool to get a csv extract of codegolf contests on codingame.com platform
First, you'll need to get your codingame user id.
From your profile page, open browser dev tools (hit F12), then
- click on the "ranking" tile
- In the dev toolbar, in the "Network" tab, look for the call to "findRankingPoints"
- In the "Request" section on the right, you will find your codingamer ID
Once you have it, just run :
./run.sh <codingamer_id>
This will produce a codegolf-<codingamer_id>.csv file with your code golf stats per puzzle, which you can then import to Excel/Libreoffice for easier analysis.