This Telegram bot template provides a foundation for creating powerful and interactive bots using the aiogram library in Python.
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
To run this project, you will need to add the following environment variables to your .env
file
TOKEN
- can be obtained from BotFather
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
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.
Copyright © 2024 anekobtw.
This project is MIT licensed.