A Discord bot that announces your members' Hack The Box solves.
There are 2 ways to use this bot: you can either invite it to your discord server or you can create your own instance of it.
To invite this bot to your server all you need to do is visit this link:
Note: Running your own bot instance won't work anymore as the code in this repo is outdated, please invite the bot to your server.
To create your own instance you need to follow some certain steps.
This guide will assume you have a discord bot and a MySQL server already set up.
Just run
git clone https://github.com/Et3rnos/HTB_Updates
.There are 2 configuration files that you must create, one for the discord bot application and the other for the website backend (if you plan on using it).
Templates for these files can be found at
./HTB Updates Discord Bot/appsettings.json.sample
and./htb_updates_backend/appsettings.json.sample
.You can simply modify them and rename them to
appsettings.json
afterwards.This step requires you to have docker installed.
Simply run
docker compose up -d
.
Want to support the development of this project? Consider supporting me at https://patreon.com/et3rnos.