Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 448 Bytes

File metadata and controls

12 lines (12 loc) · 448 Bytes

TelegramBotTemplate

A simple working template for a telegram bots. Written on aiogram.

How to run?

To test how this template works:

  1. Clone repository and insert your bot token and your telegram user id to the config.json
  2. Install all packages from pyproject.toml and run the project with poetry commands:
cd TelegramBotTemplate
poetry install
poetry run python3 __main__.py
  1. You will see in the terminal that the bot is running.