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):
This project was done with python-3.8.10 and aiogram-2.24
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
- control volume of echo (loud/norm/quiet)
- add the ability to send files of different types
- set up multiplayer mode
Telegram-bots course (ru)