Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.41 KB

File metadata and controls

40 lines (35 loc) · 1.41 KB

echo_bot

📢 telegram echo-bot (Ru)
image image

🤖 Commands and functions

You can adjust the echo volume through the commands (only for text-message):
image image
You can also send different types of files (text-message, voice-message, photo, video, audio, documents, stickers):
image

🧰 Requirements:

This project was done with python-3.8.10 and aiogram-2.24

🔗 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

📋 TODO

  • control volume of echo (loud/norm/quiet)
  • add the ability to send files of different types
  • set up multiplayer mode

🎓 Tutorial

Telegram-bots course (ru)