Skip to content

aikovdp/kofi-discord-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ko-fi to Discord Webhook Relay

A simple Cloudflare Worker that accepts Ko-Fi webhook requests and transforms them to be delivered to a Discord webhook URL.

Deployment

  1. Clone the repository and publish the worker to your Cloudflare account:
    wrangler publish
  2. Configure the required secrets:
    • DISCORD_WEBHOOK_URL - The webhook URL to relay to
    • VERIFICATION_TOKEN - The verification token from your Ko-Fi webhooks page
    wrangler secret put DISCORD_WEBHOOK_URL
    wrangler secret put VERIFICATION_TOKEN
  3. (Optional) If the Discord webhook messages are not shown publicly, you can set the PUBLIC_MODE environment variable to false via the dashboard.
    With this variable set to false, private messages will be included in the Discord embeds.

About

Receive Ko-Fi payment notifications in Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published