Atuyhddydgs / ProMusic

This is a best music open source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeCoDe Music 🎢

Heroku Deployment

The easy way to host this bot, deploy to Heroku, Change the app country to Europe (it will help to make the bot stable).

πŸ§ͺ Get SESSION_NAME from below:

GenerateString Pyrogram

Commands πŸ› 

  • /play <song name> - play song you requested
  • /playlist - Show now playing list
  • /song <song name> - download songs you want quickly
  • /search <query> - search videos on youtube with details
  • /vsong <song name> - download videos you want quickly
  • /lyric <song name> - lyrics scrapper

Admins Only πŸ‘·β€β™‚οΈ

  • /player - open music player settings panel
  • /pause - pause song play
  • /resume - resume song play
  • /skip - play next song
  • /end - stop music play
  • /music on - to disable music player in your group
  • /music off - to enable music player in your group
  • /join - invite assistant to your chat
  • /leave - remove assistant from your chat
  • /reload - Refresh admin list
  • /uptime - check the bot uptime status
  • /ping - check the bot ping status
  • /auth - authorized people to access the admin commands
  • /unauth - deauthorized people to access the admin commands
  • /control - open the music player control panel

Sudo User πŸ§™β€β™‚οΈ

  • /stats - see the bot statistic
  • /leaveall - order the assistant to leave all groups
  • /eval (query) - execute any code
  • /sh (query) - run any code

Owner Only πŸ‘¨πŸ»β€βœˆοΈ

  • /broadcast - send a broadcast message from the bot
  • /block - block people for using your bot
  • /unblock - unblock people you blocked for using your bot
  • /blocklist - show the list of all people who's blocked for using your bot

VPS Deployment πŸ“‘

sudo apt update && apt upgrade -y
sudo apt install python3-pip ffmpeg -y
sudo curl -sL https://deb.nodesource.com/setup_17.x | sudo bash -
sudo apt-get install -y nodejs
sudo npm i -g npm
git clone https://github.com/TeamDeeCode/ProMusic # clone the repo.
cd ProMusic
sudo pip3 install --upgrade pip
sudo pip3 install -U -r requirements.txt
cp example.env .env # use vim to edit ENVs
vim .env # fill up the ENVs (Steps: press i to enter in insert mode then edit the file. Press Esc to exit the editing mode then type :wq! and press Enter key to save the file).
sudo python3 main.py # run the bot.

Special Credits πŸ’–

Support & Updates πŸŽ‘

About

This is a best music open source code

License:GNU General Public License v3.0


Languages

Language:Python 98.8%Language:Shell 0.9%Language:Dockerfile 0.2%