MathiAs2Pique / patreon-to-discord-webhooks

Posts updates received from a incoming Patreon webhook to a Discord webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patreon-to-discord-webhooks

Patreon can send you events when someone adds, updates or deletes their pledge to you, I couldn't find anything that can process those. So here's a quick PHP script.

Setup

  1. download script
  2. put it somewhere accessible from the web
  3. create a Patreon webhook here with the 3 triggers listed below and point them at the script location
    • pledge:create
    • pledge:update
    • pledge:delete
  4. edit script and add your Discord webbhook URL and Patreon secret at the top

About

Posts updates received from a incoming Patreon webhook to a Discord webhook


Languages

Language:PHP 100.0%