Skip to content

nat-king-15/eSportMusicX

 
 

Repository files navigation


𝕹𝖆𝖙𝕶𝖎𝖓𝖌 MusicX is a telegram bot project that's allow you to play music on telegram voice chat group

Requirements 📝

🧪 Get SESSION_NAME from below:

GenerateString Pyrogram

🎖 History

Mentioned in Awesome Python

Features 🔮

  • Thumbnail Support
  • Yt-dL Fix
  • Updated Plug-in
  • Super Fast Bot
  • No Lag Hang
  • Fast Download Song From Server
  • Program Updated
  • Smooth Player

Commands 🛠

  • /play <song name> - play song you requested
  • /song <song name> - download songs you want quickly
  • /hexor - Bot Online OR Offine

Admins Only 👷‍♂️

  • /pause - pause song play
  • /resume - resume song play
  • /skip - play next song
  • /end - stop music play

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).

Deploy

ᴅᴇᴘʟᴏʏ ᴏɴ ᴠᴘꜱ ꜱᴇʀᴠᴇʀ 📡

sudo apt update && apt upgrade -y
sudo apt install git curl python3-pip ffmpeg -y
pip3 install -U pip
curl -sL https://deb.nodesource.com/setup_16.x | bash -
sudo apt-get install -y nodejs
npm i -g npm
git clone https://github.com/HEXOROP/eSportMusicX # Clone your repo.
cd eSportMusicX
pip3 install -U -r requirements.txt
cp example.env .env #Use vim to edit ENVs
vim .env #Fill up your 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.)
python3 main.py # Run the bot

Special Credits 💖

Support & Updates 🎑

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 1.2%
  • Dockerfile 1.1%