https://github.com/anekobtw/telegram-bot-template
A template for telegram bots using aiogram v3.11.0
https://github.com/anekobtw/telegram-bot-template
aiogram aiogram-bot aiogram3 asynchronous bot-template docker dockerfile python python-docker python3 telegram telegram-bot telegram-bot-template template
Last synced: about 2 months ago
JSON representation
A template for telegram bots using aiogram v3.11.0
- Host: GitHub
- URL: https://github.com/anekobtw/telegram-bot-template
- Owner: anekobtw
- License: mit
- Created: 2024-04-07T09:49:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T19:21:37.000Z (7 months ago)
- Last Synced: 2025-02-12T09:48:02.789Z (4 months ago)
- Topics: aiogram, aiogram-bot, aiogram3, asynchronous, bot-template, docker, dockerfile, python, python-docker, python3, telegram, telegram-bot, telegram-bot-template, template
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Telegram Bot Template



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](https://t.me/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](https://t.me/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](https://github.com/anekobtw/telegram-bot-template).## Licence
Copyright © 2024 anekobtw.\
This project is [MIT](https://github.com/anekobtw/telegram-bot-template/blob/main/LICENSE) licensed.