Skip to content

AgNitrate/redapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redapi

This project is based off of whatapi and provides a wrapper around the AJAX API for Redacted.ch. As of right now, it only supports API Key authentication.

Example usage:

    >>> import redapi
    >>> apihandle = redapi.RedAPI(apikey='v22rdsreb.cg54vt5 3633fyru2894fg54')
    >>> apihandle.request("browse", searchstr="Square Up")
    ...
    >>> apihandle.get_torrent()

To use another tracker:

    >>> import redapi
    >>> apihandle = redapi.RedAPI(apikey='v22rdsreb.cg54vt5 3633fyru2894fg54', server='https://passtheheadphones.me')
    >>> apihandle.request("browse", searchstr="The Beatles")
    ...

Basic API reference available at What documentation and on the Redacted API Documentation.

About

No description, website, or topics provided.

Resources

License

Stars

5 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages