TinuraD / VC-Userbot

A Telegram Music Player Userbot written in Python with Pyrogram and Py-Tgcalls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VC Userbot 🎵

  • Pyrogram and py-tgcalls based.
  • This was forked form ImJanidu's 47MusicPlayerBot.
  • Removed bot client.
  • Commands only work for owner and vc player account.

Features

  • Fast & Powerful player
  • Queues available
  • Multi chats supported
  • YouTube live links supported

Deploy your own bot here.

Config Vars

  1. API_ID : Assistant account Telegram API_ID, get it from my.telegram.org
  2. API_HASH : Assistant account Telegram API_HASH, get it from my.telegram.org
  3. BOT_TOKEN : Your Telegram bot token, get it from @BotFather
  4. SESSION_NAME : Pyrogram session string of assistant account
  5. OWNER_ID : Your Telegram ID

Repl

Deploy

Commands

Command Description
.play play the given query or YouTube link as audio
.vplay play the given query or YouTube link as video
.saudio stream m3u8 or live stream audio link
.svideo stream m3u8 or live stream video link
.queue shows the songs in queue
.skip play next song in queue
.pause pause the audio stream
.resume resume the audio stream
.mute mute the userbot
.unmute unmute the userbot
.stop stop streaming and remove the userbot from the call
.restart restart the bot

Credits

About

A Telegram Music Player Userbot written in Python with Pyrogram and Py-Tgcalls.

License:MIT License


Languages

Language:Python 98.2%Language:Dockerfile 1.8%