Skip to content

luebke-dev/async-sabnzbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-sabnzbd

Python wrapper for SABnzbd API

import asyncio
from async_sabnzbd.sabnzbd import Sabnzbd

async def main():
    sabnzbd = Sabnzbd(api_key="mykey", base_url="http://mysabnzbdurl")
    queue = await sabnzbd.queue()
    print(queue)

asyncio.run(main())

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages