Grading system client for TRIK studio, which allows to send task to test and view results.
- Build image:
docker build .
- Put dirs with tasks, logs and secrets alongside with project directory, or edit config.py before building image
- Run bot:
docker run 'your_image_id''
- Install dependencies:
pip3 install -r requirements.txt
- Put dirs with tasks, logs and secrets alongside with project directory or edit settings in config.py file
- Run bot:
python3 main.py
In this project we use CodeFactor and flake8 to check code style. Black for formatting.
Please, follow Contributing page.
- Viktor Karasev - KarasssDev
This project is Apache License 2.0 - see the LICENSE file for details