https://github.com/taciturnaxolotl/spambot
groooooowww the thread!!!!
https://github.com/taciturnaxolotl/spambot
Last synced: 27 days ago
JSON representation
groooooowww the thread!!!!
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/spambot
- Owner: taciturnaxolotl
- Created: 2024-08-22T14:33:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T20:25:57.000Z (8 months ago)
- Last Synced: 2025-03-28T19:13:11.446Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.