No description
.gitignore | ||
index.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json |
Hack Club Eligiblity Bot
A bot that allows you to view the eligiblity of someone in Hack Club for certain swag (basically "are you a student?")
This uses the Hack Club Eligiblity API (duh).
Usage
Run /check-eligiblity
in any Slack channel, and optionally ping a user to check their eligiblity (otherwise it shows your own).
If you view your own eligiblity, you can also see the raw response from the API.
Installation
- Clone the repo.
$ git clone https://git.hackclub.app/haroon/hack-club-eligiblity.git
- Enter the newly created directory.
$ cd hack-club-eligiblity
- Add your bot token and signing secret to .env:
$ <editor> .env
# Add:
SLACK_BOT_TOKEN=<>
SLACK_SIGNING_SECRET=<>
- Install dependencies:
$ npm i
- Run!
$ npx tsx .