Bot to interactively play music in your Discord channel.
The application is compatible with Windows and Linux based systems. Since both constitute runtime dependencies, Docker + Docker Compose are assumed to be installed and configured.
In case poetry is not locally installed:
make poetry_setup
For being able to run the test suite do:
make dev_setup
For additional help try:
make help
Considering Docker to be already installed, one is able to create the app docker image with
make image
Before running the suite make sure file '/tests/.secrets.yaml' was created in accordance with the available example.
make test
Before running more commands make sure file '.env' was created in accordance with the available example.
Start a single container with
make run_image
Start the complete application with
make run_app
This project is licensed under the MIT License - see LICENSE file for details.