Home > sabnzbd-notifo

sabnzbd-notifo

Sabnzbd-notifo is a project mainly written in Python, it's free.

Get mobile notifications of NZB downloads

sabnzbd-notifo.py

Introduction

sabnzbd-notifo.py is a sabnzbd post-processing script that allows you to send download notifications from Sabnzbd to the Notifo service, which can forward notifications to iOS devices.

Usage

Setup

Make sure you have a Notifo account first!

Linux / OSX

  1. Set sabnzbd "Post-Processing Scripts Folder" (located in Sabnzbd Settings > Folders) to the folder containing this script
  2. Set the default user script (in Settings > Switches) to sabnzbd-notifo.py
  3. In sabnzbd-notifo.py, enter in your Notifo username and api secret

Windows

  1. Install Python 2.7 and py2exe for python 2.7
  2. In sabnzbd-notifo.py, enter in your Notifo username and api secret
  3. Run the command python py2exe-setup.py py2exe to create an exe
  4. Set sabnzbd "Post-Processing Scripts Folder" (located in Sabnzbd Settings > Folders) to the folder containing the exe (/dist/)
  5. In Sabnzbd Settings > Switches, set "Default User Script" to sabnzbd-notifo.exe
Previous:Script