Page 1 of 1

Discord Notification Post-Processing Script

Posted: September 30th, 2025, 2:45 pm
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!

Re: Discord Notification Post-Processing Script

Posted: October 3rd, 2025, 1:08 pm
by safihre
We already support that directly through Apprise integration.
See the Apprise documentation how to configure it.