.env.dist | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
main.py | ||
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-compose
cp .env.dist .env
vim .env
docker-compose up -d --build --remove-orphans
docker-compose logs --follow --tail 100 --timestamps