https://github.com/vendicated/sponsorswebhook
Simple webhook server that allows you to receive Discord Webhook notifications
https://github.com/vendicated/sponsorswebhook
Last synced: 11 months ago
JSON representation
Simple webhook server that allows you to receive Discord Webhook notifications
- Host: GitHub
- URL: https://github.com/vendicated/sponsorswebhook
- Owner: Vendicated
- License: agpl-3.0
- Created: 2024-06-26T08:07:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:22:46.000Z (almost 2 years ago)
- Last Synced: 2025-07-02T22:18:24.287Z (12 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Sponsors Discord Webhook
Simple webhook server that allows you to receive Discord Webhook notifications
for your GitHub sponsors.

## Setup
1. Clone the repo
```
git clone https://github.com/Vendicated/SponsorsWebhook
cd SponsorsWebhook
```
2. Copy `.env.example` to `.env` and fill out its values
3. Copy `sponsors-webhook.service` to your systemd service directory and start the service
4. Set up a domain for the server, for example via Caddy using the sample `Caddyfile`
5. Visit your domain in the browser and you should see a basic website
6. Go to https://github.com/sponsors/YourNameHere/dashboard/webhooks and press `Add webhook`
7. Inside payload url, enter your domain followed by `/webhook`, like `https://sponsors-webhook.example.com/webhook`
8. Set Content type to application/json
9. Paste your secret (from your .env) file in the Secret box
10. Hit save and you're all done!