Go to file
2022-03-29 04:40:18 +00:00
.gitignore add icecast relay 2022-03-28 17:09:47 -04:00
docker-compose.yml remove internal relay 2022-03-28 18:45:24 -04:00
Dockerfile show stream title 2022-03-28 10:52:08 -04:00
main.py enable ready motd 2022-03-29 04:40:18 +00:00
radiobot.env.dist add icecast relay 2022-03-28 17:09:47 -04:00
README.md update docs 2022-03-28 18:46:23 -04:00

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

  1. sudo apt install docker-compose
  2. cp radiobot.env.dist radiobot.env
  3. vim radiobot.env
  4. docker-compose up -d --build --remove-orphans
  5. docker-compose logs --follow --tail 100 --timestamps