Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.45 KB

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.