Skip to main content

API wrapper for seedrapi.cc

Project description

Seedr Python Client

seedr-client-head

seedr Seedr API built with 💛 by Souvik Pratiher

GitHub

Features

  • Intuitive user-friendly 🤓 library
  • Contains both asynchronous 🏁 and synchronous 🏴 methods
  • Blazing fast performance 🐱‍🏍

Installation

pip install seedrapi

Usage

# Get the client
from seedrapi.api import SeedrAPI

# For the asynchronous client use the below import statement instead of the above one
# from seedrapi.api_async import SeedrAPI

# Login to account. You can login to your account by email and password or via access token.
# After login an access token will retrieve. Don't care, It's for devs.
seedr = SeedrAPI(email='example@email.com', password='example')

# Get all files and folders in your account
files = seedr.get_drive()

# Add magnet to your account
tor = seedr.add_torrent('magnet:?xt=urn:btih:c12fe1c06bba254a9dc9f519b335aa7c1367a88a')
print(tor)  # This may retrieve some info about torrent etc...

# Go to a dir and get details
dir = seedr.get_folder('folder_id')

# Get direct link for a file
file = seedr.get_file('file_id')

# Delete a folder
seedr.delete_folder('folder_id')

# Delete a file
seedr.delete_file('file_id')

# Rename a file
seedr.rename('file_id', 'new_name')

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seedrapi-1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

seedrapi-1.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page