Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.4 KB

Hockey Trainer Telegram Bot

Idea

This project could be seen as a notebook for your favourite exercises extended with some logic to generate workout

Setup Enviroment

Run virtual python eviromenent with venv
python3 -m venv venv-hockey-trainer

Setup source forder and install a requirements
source venv-hockey-trainer
pip install -r requirements.txt

Run a bot localy

Run a bot on Yandex Cloud

Bot running on Yandex Cloud Functions and DynanoDB.

Cloud Funtions settings Entry Point: bot.handler
Enviroment: TELEGRAM_TOKEN

Continuous Deployment

Deploy with Github Action yc-sls-function. See file .github/workflows/deploy.yaml

Continuous Integration

Tests

Contributing

Authors

  • Kirill Demchemko

Thanks

Sources