Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taciturnaxolotl/kreva-template

a quirky slackbot template
https://github.com/taciturnaxolotl/kreva-template

bun hackclub high-seas slack-edge slackbot

Last synced: 10 days ago
JSON representation

a quirky slackbot template

Awesome Lists containing this project

README

        

Kreva



Kreva is a simple slackbot to auto add me to new channels in the [Hackclub](https://hackclub.com/slack/) slack

---

![gif of the program in action](https://github.com/kcoderhtml/kreva/raw/master/.github/images/out.gif)

# Usage

Create a slack app as per the [manifest.yaml](manifest.yaml) and an env as below

```bash
SLACK_BOT_TOKEN=xoxb-xxx-xxxx-xxxxxx
SLACK_SIGNING_SECRET=xxxxxx
NODE_ENV=development
ADMINS=U062UG485EE
```

```bash
bun install
bun run index.ts
```

then start an ngrok

```bash
ngrok http --domain casual-renewing-reptile.ngrok-free.app 3000
```

## License

_© 2024 Kieran Klukas - Licensed under [AGPL 3.0](LICENSE.md)_