Kreva is a simple slackbot to auto add me to new channels in the Hackclub slack
Create a slack app as per the manifest.yaml and an env as below
SLACK_BOT_TOKEN=xoxb-xxx-xxxx-xxxxxx
SLACK_SIGNING_SECRET=xxxxxx
NODE_ENV=development
ADMINS=U062UG485EE
bun install
bun run index.ts
then start an ngrok
ngrok http --domain casual-renewing-reptile.ngrok-free.app 3000
© 2024 Kieran Klukas - Licensed under AGPL 3.0