EnhancedProtection / YMusic-Userbot

A simple userbot music player and constroller for tg!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Telegram Music Player Without Bot (only userbot)

Please Star The Repo If You Liked It.


Features

  • Play music/video in Telegram Voice Chats
  • Play music/video from YT

Requirements

  • Python >=3.10
  • FFmpeg
  • Telegram Account

Deploying

On your Linux Machine use the following commands

sudo apt update && sudo apt upgrade -y && sudo apt install python3 git ffmpeg -y
git clone https://github.com/EnhancedProtection/YMusic-Userbot.git
cd YMusic-Userbot && pip install -r requirements.txt

Fill the required data in "config/config.py" file

You can get the required data from here

Generate String Session using the following command

python3 string_gen.py

Now run the following command to start the userbot

bash start

Commands

  • play
  • vplay
  • mute
  • unmute
  • volume <1-200>
  • skip [Admins Only]
  • pause [Admins Only]
  • resume [Admins Only]
  • stop/chup [Admins Only]
  • loop [Admins Only]
  • endloop [Admins Only]
  • speedtest [Userbot Owner/Sudoers Only]

Note

  • This userbot is only for playing music/video in Telegram Voice/Video Chats
  • This userbot is not for spamming in chats
  • This userbot is not for downloading songs or videos

Contributors


Contributing

  • Fork this repo
  • Make changes in your forked repo
  • Make a pull request

License

MIT


Disclaimer

  • This userbot is only for educational purposes
  • I am not responsible for any misuse of this userbot
  • This code is not production ready yet it needs too much changes (a lot of changes and many more) to be production ready

Support


Credits


Thanks :)

About

A simple userbot music player and constroller for tg!

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%