Skip to content
Anjana Madu edited this page May 4, 2022 · 4 revisions

SeedrAPI Wiki

Welcome to SeedrAPI wiki. This space is for community and usage information that either hasn't made into the documentation yet, or doesn't belong there. Feel free to expand on anything you like.

Documentation

Please go to Docs section

Installation

pip install seedr

Usage

# Import the lib
from seedr import SeedrAPI

# Create API client
seedr = SeedrAPI(email="[email protected]", password="1234")

# Add a torrent
output = seedr.add_torrent("magnet:?xt=urn:btih:xxxxxxxxxxxxxxxx")
print(output)
Clone this wiki locally