A results generator and automatic token checker for Yandex Contest.
- Clone the repo:
git clone https://github.com/NChechulin/python-yandex-contest-tools.git
- Install the requirements:
cd python-contest-tools/src && pip3 install -r requirements.txt
- Edit the config file:
cd ..
and editconfig.toml
. All of the instructions are in the file
- Go to contest admin panel and filter the submissions:
- Verdict:
OK
- Maximal time from the contest start
- Verdict:
- Click "Архив посылок по фильтру"
- Extract the downloaded archive somewhere
- Specify path to a folder with submissions in
config.toml
- Launch the program:
python3 src/main.py --config-path "<path_to_config.toml>"
. Note that you are allowed to name your config however you want - just pass the correct argument and you are ready to go. - Open the generated file in a table processor like LibreOffice Calc or Microsoft Excel. Then copy the scores and paste them into your file. Ensure that order of students is correct.
See Contributing