Skip to content

gugahoi/newznab_python_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Newznab Python Wrapper

Simple python wrapper for NewzNab API calls. At the moment it does everything through json.

##Usage

from client import wrapper
c = wrapper("my_url.com", "my_api_goes_here")
result = c.search(q="my query", maxage="20")
categories = c.categories()

About

Simple python wrapper for NewzNab API calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages