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](https://www.rust-lang.org/tools/install)↵
↵
## 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/QOJ/UOJ↵
- Toph.co↵
- EOlymp↵
- Kattis
↵
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](https://www.rust-lang.org/tools/install)↵
↵
## 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/
- Toph.co↵
- EOlymp↵
- Kattis



