A simple working template for a telegram bots. Written on aiogram.
To test how this template works:
- Clone repository and insert your bot token and your telegram user id to the config.json
- Install all packages from pyproject.toml and run the project with poetry commands:
cd TelegramBotTemplate
poetry install
poetry run python3 __main__.py
- You will see in the terminal that the bot is running.