.env.dist | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
main.py | ||
README.md |
Radiobot
Features
- Live radio re-streaming to voice channels (using multiple bot users), automatically turned on/off when someone joins/leaves the bound channel.
- 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