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

https://github.com/taciturnaxolotl/spambot

groooooowww the thread!!!!
https://github.com/taciturnaxolotl/spambot

Last synced: 27 days ago
JSON representation

groooooowww the thread!!!!

Awesome Lists containing this project

README

        

# spambot: growing HC's largest thread



join the movement!!!!

To install dependencies:

```bash
bun install
```

To run:

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

You will need to make a slack app at [api.slack.com](https://api.slack.com/apps) with the below app manifest
```yaml
display_information:
name: The super spammer
oauth_config:
scopes:
user:
- chat:write
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false
```

make a `.env` file containing the slack token and signing secret

```bash
SLACK_TOKEN=xoxp-xxxx
SLACK_SIGNING_SECRET=xxxxx
```

This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.