https://github.com/reginald-gillespie/hackpackhelpbot
Discord bot for pulling up references and debugging steps related to the Crunchlabs Hack Pack boxes, interfacing with Mark Robot, and automatically answering questions.
https://github.com/reginald-gillespie/hackpackhelpbot
ai artificial-intelligence crunchlabs discord-bot discord-js gemini-api hack-pack hackpack
Last synced: 10 months ago
JSON representation
Discord bot for pulling up references and debugging steps related to the Crunchlabs Hack Pack boxes, interfacing with Mark Robot, and automatically answering questions.
- Host: GitHub
- URL: https://github.com/reginald-gillespie/hackpackhelpbot
- Owner: Reginald-Gillespie
- License: mit
- Created: 2024-07-13T02:13:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-09T04:32:10.000Z (10 months ago)
- Last Synced: 2025-04-09T05:26:43.564Z (10 months ago)
- Topics: ai, artificial-intelligence, crunchlabs, discord-bot, discord-js, gemini-api, hack-pack, hackpack
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hack Pack Help Bot
This is a bot designed to references or debugging steps I commonly use so that I don't have to constantly search for code files, links, or type repetitive things out when I'm on mobile.
You can add this bot to your account so that you can use its commands anywhere by clicking [this link](https://discord.com/oauth2/authorize?client_id=1261392544152027206).
If you are determined to self-host it for some reason, first install the libraries needed (`npm install`). Then create the file envs.json at the project root. Paste in this json and fill it out:
```json
{
"token": "",
"clientId": "",
"owner": "",
"GeminiKey": ""
}
```
Then run `./Modules/registerCommands.js` once to search through the help files and register commands for your bot. If you add more lookup categories, you will need to rerun this command. Run `index.js` to start the bot. See `./Modules/HackPackHelpBot.service` for auto starting on boot (paths will need to be modified).
---
## Features
`/lookup `: Lookup saved messages under various categories.
`/flowchart`: Pull up custom flowcharts for debuggin.
`/help`: Walk a user through a flowchart step-by-step
Pinging this bot replies with Mark Robot.
This bot tries to use Gemini to answer questions based on loaded help messages, and replies if it believes the answer is helpful.
---
You can join the Offical Hack Pack Discord [here](https://discord.gg/gKvCPtbmcg).