join the movement!!!!
To install dependencies:
bun install
To run:
bun run index.ts
You will need to make a slack app at api.slack.com with the below app manifest
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
SLACK_TOKEN=xoxp-xxxx
SLACK_SIGNING_SECRET=xxxxx
This project was created using bun init
in bun v1.1.20. Bun is a fast all-in-one JavaScript runtime.