Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

A template for telegram bots using aiogram v3.11.0

Awesome Lists containing this project

README

        




Telegram Bot Template

![version](https://img.shields.io/badge/Project_version-v1.1.0-blue)
![aiogram](https://img.shields.io/badge/aiogram-3.x-blue)
![licence](https://img.shields.io/badge/License-MIT-green)
![made with love](https://img.shields.io/badge/Made_with-Love-red)

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.