This bot waits and processes .webm
files in chats and converts them to .mp4
.
- Rust
- FFmpeg
- Docker (optional)
cargo build --release ./target/release/converter-bot
docker build -t converter-bot . docker run converter-bot
Set the following environment variables:
TELOXIDE_TOKEN
: Your Telegram Bot Token.
Send a .webm
file to the chat with bot, and it will send converted .mp4
file and delete post with webm.
Also shows tg ID's of new members.
Contributions are welcome. Please send pull requests.