Skip to content

BigBread57/wainh

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published