A simple telegram Music Player made with python credits for
[+] 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
FFmpegPython 3.7+
Copy example.env to .env and fill it with your credentials.
- Install Python requirements:
pip install -U -r requirements.txt
- Run:
python main.py
- Build:
docker build -t musicplayer . - Run:
docker run --env-file .env musicplayer
