-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Anjana Madu edited this page May 4, 2022
·
4 revisions
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.
Please go to Docs section
pip install seedr
# 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)