ConvyBot is a Telegram bot built using Aiogram 3.x that automatically converts .webm videos to .mp4 format and responds to user pings with a friendly message.
works both in groups and in private chat with the bot
- π₯ Converts
.webmfiles (β€20MB) into Telegram-friendly.mp4videos usingffmpeg - π¬ Responds when mentioned by its username
- π Reacts with Telegram-native emoji based on success/failure
- Python 3.10+
- Aiogram 3.x
ffmpeg(required in PATH)
git clone https://github.com/Alessandrx204/convyBot.git
cd convyBot/convy_botsource venv/bin/activate # On Windows: venv\Scripts\activatepip install (the libraries if not already installed)