Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 585 Bytes

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