BloopyBoi Redux
This is a golang rewrite/continuation of the python bloopyboi with some additional functionality added. Designed with bloopysphere in mind, but once more developed it should be adaptable for anyone's cluster. This is still a work in progress, so if you have suggestions for future functionality, open a discussion!
Bot that can be linked to a discord server. Is able to register slash commands and DMs. Includes a command to generate an inspirobot image.
Runs in a container, and comes with a helm chart for k8s integration (WIP)
Workflows initially templated from bjw-s/helm-charts and onedr0p/containers so I could butcher them here.
Apache License 2.0
Active-ish
Once I have settled on an architectural approach, this will be moved to a contributing file
To generate ent schema
go generate ent
Local Testing (Manual)
docker build . -t bloopyboi_dev
docker run -v ~/projects/bloopyboii/config.yaml:/config.yaml bloopyboi_dev