# CTF Helper A simple bot that lets you get a notification when there's a new challenge available on CTFd, or when there's a resolved challenge in your team. ## Installation ### Prerequisites - Bun ### Installation 1. Clone and install dependencies ```sh git clone https://github.com/oriionn/ctf-helper.git cd ctf-helper bun install ``` 2. Copy the .env.example and edit it ```sh cp .env.example .env nano .env ``` 3. Start the bot ```sh bun start ``` ## License This projet is under the [MIT license](LICENSE).