Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 401 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 401 Bytes

Telegram bot dockerized boilerplate

This is telegram bot boilerplate

To configure the bot use .env file You should pass your bot api token which you get from @botfather

BOT_TOKEN=YOUR_TOKEN_FROM_BOT_FATHER

To install dependencies

poetry install

You can run bot native

python ./src/main.py

Or using docker-compose

docker-compose up -d

TO-DO

Tests