Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 375 Bytes

File metadata and controls

18 lines (14 loc) · 375 Bytes

pynzbgetapi

A simple Python library for using the NZBGetAPI.

Installation

You can get the code from https://github.com/holiestofhandgrenades/pynzbgetapi

Example

import pynzbgetapi

ng_api = pynzbgetapi.NZBGetAPI("192.168.0.x", "username", "password")
ng_api.status()

License

This code is released under the Apache license.