(a discord bot, for now)
The supported way to run the bot is via docker. A prebuilt image is not provided at this time; to run the project, do the following:
- Clone this repository.
- Build the docker image -
docker build -t goosebot .
- follow the instructions in the config directory to create a config file and cookies.
- Start the project with the provided compose file -
docker compose up -d
// TODO - expand, explain
docker compose down -v
git pull origin main
docker compose up -d
🐎
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.