https://github.com/dwisiswant0/hacktivity-bot
HackerOne Hacktivity -> Discord Webhook with Embeds
https://github.com/dwisiswant0/hacktivity-bot
Last synced: about 2 months ago
JSON representation
HackerOne Hacktivity -> Discord Webhook with Embeds
- Host: GitHub
- URL: https://github.com/dwisiswant0/hacktivity-bot
- Owner: dwisiswant0
- Created: 2024-06-27T00:04:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-12T21:02:24.000Z (10 months ago)
- Last Synced: 2024-12-14T18:55:06.354Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hacktivity-bot
To install dependencies:
```bash
bun install
```To run:
```bash
export DISCORD_WEBHOOK_URL=...
bun post
```This project was created using `bun init` in bun v1.1.17. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.