A tool to analyze the results of your submits in codingame competitions and save a lot of time.
It will automatically:
- retrieve all the games you lost by timeout (code too slow, or runtime error). Fixing these issues should always be your number 1 priority.
- sort the game you lost by biggest score difference. This way you can easily focus on the games you totally lost as there might be some cases you don't handle properly or you have bugs.
pip install cgsubmit
or to update to the latest version:
pip install cgsubmit -U
This token is linked to your session and game you are playing. To retrieve it:
- open the IDE of the game you are playing in your browser (for example https://www.codingame.com/ide/puzzle/spring-challenge-2023-ants)
- open the Developer Tools (F12)
- look for one of this queries and get the
handle
value:
python -m cgsubmit -t your-test-session-handle
or for a most advanced usage use -h
option to get the description of all parameters:
python -m cgsubmit -h
usage: cgsubmit [-h] -t TOKEN [--noreplay] [--noelo]
Analyse your submit in codingame competitions.
options:
-h, --help show this help message and exit
-t TOKEN, --testsessionhandle TOKEN
The test session handle. If you don't know how to get it, look at the doc: https://github.com/FrequentlyMissedDeadlines/cgsubmit
--noreplay Remove replay URLs.
--noelo Remove opponent rank.
If you are using git bash to run the command you might see this kind of error: 'charmap' codec can't encode character '\u274c' in position 0: character maps to <undefined>
You must go to the settings and set the encoding to UTF-8: