Skip to main content

Analyse your submit in codingame competitions.

Project description

Build Publish Version Version codecov License: MIT PyPI - Downloads

codingame-submit

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.

Installation

pip install cgsubmit

Usage

Getting your test session handle

This token is linked to your session and game you are playing. To retrieve it:

  1. open the IDE of the game you are playing in your browser (for example https://www.codingame.com/ide/puzzle/spring-challenge-2023-ants)
  2. open the Developer Tools (F12)
  3. look for this query and get the handle value:

Run

python -m cgsubmit -t your-test-session-handle

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cgsubmit-1.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

cgsubmit-1.0.1-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page