Discord Notification Post-Processing Script

Come up with a useful post-processing script? Share it here!
Post Reply
Shrapnel
Newbie
Newbie
Posts: 1
Joined: September 30th, 2025, 2:33 pm

Discord Notification Post-Processing Script

Post by Shrapnel »

Hi everyone,

I've created a simple Python script that can send SABnzbd download notifications directly to your Discord server. It works with post-processing and is easy to set up.

You can check out the project and download the script by visiting GitHub at:

OriginalShrapnel / Sabnzbd-Discord-Bot on github dot com

github dot com/OriginalShrapnel/Sabnzbd-Discord-Bot

Just search for "OriginalShrapnel Sabnzbd-Discord-Bot" on GitHub to find it. The README has full setup instructions.

In short:

  • Add your Discord webhook URL in the file
  • Add the scripts path in SABnzbd under Config → Folders → Scripts Folder
  • Add the script in SABnzbd under Config → Notifications → Notification Script
  • Use the following parameters:

    Code: Select all

    %c "%n" "%f"
  • Choose which events to trigger notifications (e.g., Job Finished, Job Failed)
Hope it helps!

Code: Select all

while(downloads == true) {
    eat("snacks");
    drink("coffee");
    sabnzbd.notify("Discord");
}
// Debug: Life is just one big post-processing script...
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Discord Notification Post-Processing Script

Post by safihre »

We already support that directly through Apprise integration.
See the Apprise documentation how to configure it.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply