SU Music Player — The first open-source PyTgCalls based Pyrogram bot to play music in voice chats
Requirements
- FFmpeg
- NodeJS 15+
- Python 3.7+
Deployment
Config
Copy example.env
to .env
and fill it with your credentials.
Without Docker
- Install Python requirements:
pip install -U -r requirements.txt
- Run:
python main.py
Using Docker
- Build:
docker build -t musicplayer .
- Run:
docker run --env-file .env musicplayer