Go to file
2022-03-28 12:21:45 -04:00
.env.dist remove extra env variables 2022-03-28 11:11:47 -04:00
.gitignore use bradme's code 2022-03-24 01:27:00 +02:00
docker-compose.yml make container verbose 2022-03-23 19:56:13 -04:00
Dockerfile show stream title 2022-03-28 10:52:08 -04:00
main.py add some emoji flex 2022-03-28 12:21:45 -04:00
README.md show join/quits 2022-03-28 11:46:45 -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 .env.dist .env
  3. vim .env
  4. docker-compose up -d --build --remove-orphans
  5. docker-compose logs --follow --tail 100 --timestamps