https://github.com/shuygena/echo_bot
🤖:loudspeaker: echo-bot
https://github.com/shuygena/echo_bot
aiogram bot echo-bot python3 telegram-bot
Last synced: 3 months ago
JSON representation
🤖:loudspeaker: echo-bot
- Host: GitHub
- URL: https://github.com/shuygena/echo_bot
- Owner: shuygena
- Created: 2023-01-07T18:05:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T20:45:33.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:22:52.627Z (5 months ago)
- Topics: aiogram, bot, echo-bot, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# echo_bot
:loudspeaker: telegram echo-bot (Ru)

## 🤖 Commands and functions
You can adjust the echo volume through the commands (only for text-message):


You can also send different types of files (text-message, voice-message, photo, video, audio, documents, stickers):
## :toolbox: Requirements:
This project was done with python-3.8.10 and aiogram-2.24## :link: Download & Run
Clone repository:
```
git clone https://github.com/shuygena/echo_bot echo_bot
```
Go to directory:
```
cd echo_bot
```
Install requirements:
```
python3 -m pip install -r requirements.txt
```
Run bot:
```
python3 echo-bot.py
```## :clipboard: TODO
- [x] control volume of echo (loud/norm/quiet)
- [x] add the ability to send files of different types
- [x] set up multiplayer mode## :mortar_board: Tutorial
[Telegram-bots course ](https://stepik.org/course/120924/info) (ru)