Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

kylecribbs/Sonarr-API-Python-Wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonarr API Python Wrapper

Unofficial Python Wrapper for the Sonarr API

Requirements

  • requests

Example Usage:

# Import SonarrAPI Class
from sonarr_api import SonarrAPI

# Set Host URL and API-Key
host_url = 'http://your-domain.com/api'
api_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

# Instantiate SonarrAPI Object
snr = SonarrAPI(host_url, api_key)

# Get and print TV Shows
print snr.get_series()

Documentation

Sonarr API Documentation

About

Unofficial Python2 Wrapper for the Sonarr API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%