This Telegram bot allows you to control music and video playback on your computer. You can switch between tracks, rewind video and adjust the volume directly from your Telegram chat.
- ⏯️Play/Pause music
- ⏪Previous track
- ⏩Next track
- 🔉 ⬇️Volume down
- 🔊 ⬆️Volume up
- ⬅️ Rewind on 5 seconds
- ➡️ Forward on 5 seconds
- ⟪J Rewind on 10 seconds
- K Play/Pause video
- L⟫ Forward on 10 seconds
- [F] Full screen
The bot sends commands from Telegram to your computer, which controls your music player.
-
Clone the repository:
git clone https://github.com/lipaev/remote_music_bot.git cd remote_music_bot
-
Install dependencies:
pip install -r requirements.txt
-
Configure your bot:
- Create a Telegram bot using BotFather.
- Copy the bot token, your user id and add it to the .env file:
ADMINS_IDS=[your_id] BOT_TOKEN=your_telegram_bot_token_here
-
Run the bot:
python main.py
Or use MusicBot.bat.