Skip to content

A template for telegram bots using aiogram v3.11.0

License

Notifications You must be signed in to change notification settings

anekobtw/telegram-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Telegram Bot Template

version aiogram licence made with love

This Telegram bot template provides a foundation for creating powerful and interactive bots using the aiogram library in Python.

Quick Start

git clone https://github.com/anekobtw/telegram-bot-template.git
cd bot
pip install -r requirements.txt
python main.py

Create .env file.

Customize any configuration settings or add additional functionality according to your requirements.

Run the bot.

python main.py

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

TOKEN - can be obtained from BotFather

Help

If you experience any problem and can't find a solution to it below, feel free to open an issue or DM me in telegram: @anekobtw

Contributing

Contributions are always welcome! If you have any suggestions, feature requests, or bug reports, please feel free to open an issue on the GitHub repository.

Licence

Copyright © 2024 anekobtw.
This project is MIT licensed.