https://github.com/djdeveloperr/kofi_discord
Simple web server to forward Ko-fi webhook events to Discord Webhooks.
https://github.com/djdeveloperr/kofi_discord
deno deploy discord kofi webhook
Last synced: 3 months ago
JSON representation
Simple web server to forward Ko-fi webhook events to Discord Webhooks.
- Host: GitHub
- URL: https://github.com/djdeveloperr/kofi_discord
- Owner: DjDeveloperr
- License: apache-2.0
- Created: 2022-01-02T06:48:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T07:55:56.000Z (over 3 years ago)
- Last Synced: 2025-02-10T11:33:41.000Z (5 months ago)
- Topics: deno, deploy, discord, kofi, webhook
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kofi_discord
Simple web server to forward Ko-fi webhook events to Discord Webhooks.
Note: not meant for publicily logging Ko-fi events. If you want to do that,
you might want to consider forking to hide some info.## Deploy
[Deploy to Deno Deploy!](https://dash.deno.com/new?url=https://raw.githubusercontent.com/DjDeveloperr/kofi_discord/main/mod.ts&env=DISCORD_WEBHOOK,KOFI_TOKEN)
## Environment Variables
- `DISCORD_WEBHOOK`: Your Discord Webhook URL.
- `KOFI_TOKEN`: Ko-fi Verification Token. Used to verify event is sent by Ko-fi.
- `DEBUG`: (Optional) set to `1` to allow Ko-fi test webhook.## License
[Apache-2.0 License](./LICENSE)
Copyright 2021 @ DjDeveloperr