No description
.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
- Install dependancies
sudo apt install docker-compose
- Create a folder called
config
or similiar to keep your configuration in - Make a copy of
config.example.ini
calledconfig.ini
and place it in yourconfig
folder - Edit the config file
- Build and execute using docker-compose:
docker-compose up -d --build --remove-orphans
- Monitor execution with
docker-compose logs --follow --tail 100