A simple webhook based Discord bot to announce CTFd solves
Install with
cargo install --git https://github.com/jordanbertasso/ctfd-solve-announcer-discord
Run with
ctfd-solve-announcer-discord --help
Build the docker image
docker build --tag bot .
Run a container using the created image and provide the environment variables
docker run -d --name ctfd-solve-announcer-discord \
-e WEBHOOK_URL=<YOUR_WEBHOOK_URL> \
-e CTFD_URL=<YOUR_CTFD_APP_URL> \
-e CTFD_API_KEY=<YOUR_CTFD_API_KEY>
Enjoy!
Welcome! :D