Skip to content

mezgoodle/bot_template

Repository files navigation

bot_template logo
language issues GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub Repo stars

🌟Hello everyone! This is the template for developing Telegram bots on Python with aiogram.🌟

Documentation

Go to the Wiki page and get all the needed information.

Motivation ❗

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.

Links

Installation 💻

  1. Clone the repository
git clone https://github.com/mezgoodle/bot_template.git
  1. Install dependencies
pip install -r requirements.txt

Fast usage 💨

  1. Set the bot token in the tgbot.config.py file

  2. Run the bot

python bot.py

Contribute 🏃

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits 🐱🤝

License 🔖

MIT © mezgoodle