No description
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| main.py | ||
| radiobot.env.dist | ||
| README.md | ||
Radiobot
Features
- Live radio re-streaming to voice channels.
- Automatically turned on/off when someone joins/leaves the bound channel.
- Shows ICY StreamTitle
- Other cool things.
Running using Docker from the repo
sudo apt install docker-composecp radiobot.env.dist radiobot.envvim radiobot.envdocker-compose up -d --build --remove-orphansdocker-compose logs --follow --tail 100 --timestamps