Telegram bot that converts audio files to voice messages
This Telegram bot converts audio files to voice messages using FFmpeg and stores user statistics in MongoDB.
Key Features:
- 🎧 Audio to voice conversion (MP3, WAV, M4A → OGA)
- ⏱️ Auto-trim files longer than 60 seconds
- 📊 User statistics with MongoDB
- 👑 Admin commands
- 🐳 Docker support
git clone https://github.com/sodops/nm2vbot.git
cd nm2vbot
cp .env.example .env
# Fill your environment variables
npm install
npm run dev| Command | Description |
|---|---|
/start |
Start bot and get info |
/help |
Show help information |
/stats |
View user statistics (admin only) |
- 👨💻 Author: Sodiq
- 🐛 Issues: GitHub Issues