Discord Notification Post-Processing Script
Posted: September 30th, 2025, 2:45 pm
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:
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)