TgMusicPlayer
❤️ A Powerfull And Simple Telegram Music Player Bot By SDBOTs Made With @Python Credits Goes to @Pytgcalls
Install / Use
/learn @Sadew451/TgMusicPlayerREADME
<h1 align="center"><b><b> Group Music Player </b></b></h1>
<p align="center"><a href="https://t.me/SDBOTz"><img src="https://telegra.ph/file/7c4dd52587d25aeb527b3.png" width="400"></a></p>
<p align="center">
A simple telegram Music Player made with python credits for pytgcalls
Mandatory Vars
[+] Make Sure You Add All These Mandatory Vars.
[-] APP_ID : You can get this value from @SDMyTgOrgBot
[-] APP_HASH : You can get this value from @SDMyTgOrgBot
[-] TOKEN : Get from botfarther
[-] SUDO_USERS : Your ID
[-] SESSON_NAME : SESSON_STRING
- Made By SDBots.
- Made With <a href="https://www.python.org"><img src="https://img.icons8.com/color/48/000000/python--v1.png"/></a>
Support
<a href="https://t.me/SDBOTs_Inifinity"><img src="https://img.shields.io/badge/Channel%20Support%3F-yes-green?&style=flat-square?&logo=telegram" width=220px></a></p> <a href="https://t.me/SDBOTz"><img src="https://img.shields.io/badge/Group%20Support%3F-yes-green?&style=flat-square?&logo=telegram" width=220px></a></p>
Requirements
FFmpegPython 3.7+
Deployment
Config
Copy example.env to .env and fill it with your credentials.
The good way
- Install Python requirements:
pip install -U -r requirements.txt - Run:
python main.py
Docker
- Build:
docker build -t musicplayer . - Run:
docker run --env-file .env musicplayer
