Skip to content

SLiX69/Sonarr-API-Python-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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

Contributors 4

  •  
  •  
  •  
  •  

Languages