radiobot/README.md

16 lines
645 B
Markdown
Raw Normal View History

2022-03-22 20:22:37 -04: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.
2022-03-22 23:06:38 -04:00
## Running using Docker from the repo
2022-03-23 18:26:39 -04:00
2022-03-22 23:06:38 -04:00
2. Install dependancies `sudo apt install docker-compose`
2022-03-22 20:22:37 -04:00
3. Create a folder called `config` or similiar to keep your configuration in
2022-03-23 18:26:39 -04:00
4. Make a copy of `config.example.ini` called `config.ini` and place it in your `config` folder
2022-03-22 20:22:37 -04:00
5. Edit the config file
2022-03-22 23:06:38 -04:00
6. Build and execute using docker-compose: `docker-compose up -d --build --remove-orphans`
7. Monitor execution with `docker-compose logs --follow --tail 100`