🌟Hello everyone! This is the template for developing Telegram bots on Python with aiogram.🌟
Go to the Wiki page and get all the needed information.
When I was developing Telegramia, I've used these templates: aiogram-bot-template and tgbot_template for creating bots. And I have many problems with them. So I decided to create my own template.
- Official AIOgram documentation.
- Clone the repository
git clone https://github.com/mezgoodle/bot_template.git
- Install dependencies
pip install -r requirements.txt
-
Set the bot token in the tgbot.config.py file
-
Run the bot
python bot.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT © mezgoodle