Submitter

Правка en5, от Egor, 2026-03-25 11:09:36

Hello!

I am introducing a new tool for competitive programming—submitter. It does just that, submits your solution to supported online judges and displays results, all (mostly) from the comfort of your command line. I've completely rewritten it to get rid of using Selenium.

Prerequisites

You would need rust

Installation

cargo install --git https://github.com/EgorKulikov/submitter

Usage

submitter <task url> <language> <path to solution>

Supported sites

At the moment the following is supported:

  • Codeforces (you need to submit with opened window, but then status is displayed in console)
  • AtCoder (you need to submit with opened window, but then status is displayed in console)
  • Luogu (you need to submit with opened window, but then status is displayed in console)
  • Codechef
  • Yandex Contest
  • Universal Cup/UOJ
  • Toph.co
  • EOlymp
  • Kattis
Теги command line

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en5 Английский Egor 2026-03-25 11:09:36 95
en4 Английский Egor 2026-03-20 12:09:25 92 Added atcoder support
en3 Английский Egor 2026-03-19 16:12:40 304
en2 Английский Egor 2025-03-07 13:12:11 10 Tiny change: 'al Cup\n- Luogu (no suppo' -> 'al Cup\n- Toph.co (no suppo'
en1 Английский Egor 2024-11-26 12:45:41 821 Initial revision (published)