Skip to content

bredbrains/tthk-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tallinna Tööstushariduskeskus Bot

Tallinna Tööstushariduskeskus at VK social, that gives an ability to quickly get changes, consultations and other studies releated information about this.

How to run?

Basic

  • Install requirements

pip install -r requirements.txt 
  • Run tests

pytest tests.py
  • Run application with Gunicorn

python3 main.py

From Dockerfile

  • Get Dockerfile

docker pull bredbrains/tthk-bot:latest
  • Create Docker container with image

docker run bredbrains/tthk-bot

Use -d operator to launch container in detached mode

Dependencies

  • Python 3.9
  • tthkAPI
  • VK Bottle

Releases

No releases published

Packages

No packages published