- FFmpeg
- Node.JS 15+
- Python 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
Command | Description |
---|---|
/play | play the replied audio file or YouTube video |
/pause | pause the audio stream |
/resume | resume the audio stream |
/skip | skip the current audio stream |
/stop | clear the queue and stop the audio stream |