- Добавить в группу.
- Сделать администратором.
- Опционально, настроить бота в личном чате.
We are using black to keep our code looking nice and tidy. To make things easier, there's a pre-commit hook which ensures that files to commit are properly formatted. You need to install and initialize pre-commit. Any installation should suffice, one can find pipenv good choice since we use it in this project. After installation run:
pre-commit install
Then will be executed black against changed files in commits.
-
Run
cp env.template .env
; -
Set
TELEGRAM_TOKEN
andTELEGRAM_ERROR_CHAT_ID
in.env
; -
Run:
docker-compose -f docker-compose.dev.yml build && docker-compose -f docker-compose.dev.yml up