Go to file
2022-03-24 00:47:27 +02:00
config setup ini file and pip requierments 2022-03-24 00:37:06 +02:00
.dockerignore remove js garbi4 2022-03-24 00:26:39 +02:00
.gitignore remove js garbi4 2022-03-24 00:26:39 +02:00
docker-compose.yml provide docker-compose 2022-03-22 23:06:38 -04:00
Dockerfile remove npm garbi4 2022-03-24 00:47:27 +02:00
README.md remove js garbi4 2022-03-24 00:26:39 +02:00

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

  1. Install dependancies sudo apt install docker-compose
  2. Create a folder called config or similiar to keep your configuration in
  3. Make a copy of config.example.ini called config.ini and place it in your config folder
  4. Edit the config file
  5. Build and execute using docker-compose: docker-compose up -d --build --remove-orphans
  6. Monitor execution with docker-compose logs --follow --tail 100