Skip to content

Pupsen-Vupsen/trik-testsys-telegram-client

Repository files navigation

CodeFactor Code style: black license Actions Status

Grading system client for TRIK studio

Overview

Grading system client for TRIK studio, which allows to send task to test and view results.

Install and Run

With docker

  1. Build image: docker build .
  2. Put dirs with tasks, logs and secrets alongside with project directory, or edit config.py before building image
  3. Run bot: docker run 'your_image_id''

Without docker

  1. Install dependencies: pip3 install -r requirements.txt
  2. Put dirs with tasks, logs and secrets alongside with project directory or edit settings in config.py file
  3. Run bot: python3 main.py

Code Style

In this project we use CodeFactor and flake8 to check code style. Black for formatting.

Contributing

Please, follow Contributing page.

Authors

License

This project is Apache License 2.0 - see the LICENSE file for details