samimmolla456 / MUSIC-VC

This Is Light And Smooth Music Userbot Made by @The_LegendBoy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Is Telegram Music UserBot To Play Music Without Being Admin

A FASTEST AND SMOOTHEST BASED ON TG CALLS AND PYROGRAM STRING.

πŸš€ Deploy

U CAN USE THIS BUTTON WITHOUT FORK IF ERROR " Like Salesforce Violate" Then READ DOWN ONE MESSAGE

Deploy on Heroku


  • If Error Like Salesforce Then Fork This Repo

  • Then Click On Down One Button

  • Deploy


☁️ Self Host

$ git clone https://github.com/LEGEND-OS/Music-VC
$ cd MusicPlayer
$ cp sample.env .env
< edit .env with your own values >
$ sudo docker build . -t musicplayer
$ sudo docker run musicplayer

βš’ Configs

  • API_ID: Telegram app id.
  • API_HASH: Telegram app hash.
  • SESSION: Pyrogram string session. You can generate from here.
  • SUDOERS: ID of sudo users (separate multiple ids with space).
  • PREFIX: Commad prefixes (separate multiple prefix with space). Eg: ! /
  • LANGUAGE: An available bot language (can change it anytime). Default: en
  • CUSTOM_QUALITY: Custom stream quality for the userbot in vc. Default: high

πŸ“„ Commands

Command Description
β€’ !ping Check if alive or not
β€’ !start / !help Show the help for commands
β€’ !mode / !switch Switch the stream mode (audio/video)
β€’ !p / !play [song name or youtube link] Play a song in vc, if already playing add to queue
β€’ !radio / !stream [radio url or stream link] Play a live stream in vc, if already playing add to queue
β€’ !pl / !playlist [youtube playlist link] Play the whole youtube playlist at once
β€’ !skip / !next Skip to the next song
β€’ !m / !mute Mute the current stream
β€’ !um / !unmute Unmute the muted stream
β€’ !ps / !pause Pause the current stream
β€’ !rs / !resume Resume the paused stream
β€’ !list / !queue Show the songs in the queue
β€’ !mix / !shuffle Shuflle the queued playlist
β€’ !loop / !repeat Enable or disable the loop mode
β€’ !lang / language [language code] Set the bot language in group
β€’ !ip / !import Import queue from exported file
β€’ !ep / !export Export the queue for import in future
β€’ !stop / !leave Leave from vc and clear the queue

πŸ—£ Languages

en    English

πŸ“ƒ License

Music Player is licenced under the GNU Affero General Public License v3.0. Read more here.

About

This Is Light And Smooth Music Userbot Made by @The_LegendBoy

License:GNU Affero General Public License v3.0


Languages

Language:Python 98.6%Language:Shell 0.8%Language:Dockerfile 0.6%