Real Debrid API Library for Python
Project description
rd_api_py
Real Debrid API Library for Python
Installation
Set RD_APITOKEN in .env
Install the package.
python -m pip install rd_api_py
Usage
All operations are supported - see examples directory
from rdapi import RD
print(RD().system.time().content)
print(RD().user.get().json())
print(RD().torrents.get(limit=10, page=1).json())
import os
filepath = '/path/to/bbb.torrent'
print(RD().torrents.add_file(filepath=filepath).json())
# etc...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rd_api_py-0.2.0.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rd_api_py-0.2.0.tar.gz.
File metadata
- Download URL: rd_api_py-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
222c94cf67bfd999235b4438cb1e2854e4c4a0d231105387ab922376cb3d5965
|
|
| MD5 |
7c4132c65cc2076008632eef0130102b
|
|
| BLAKE2b-256 |
1e6a72928c965aba9bf65838d75fa58a1a4fc080e127b054ae18e18e0902faac
|
File details
Details for the file rd_api_py-0.2.0-py3-none-any.whl.
File metadata
- Download URL: rd_api_py-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7c1d63526d3eb87d96513d284d85643c96d86201ddc27bc8db0e6b800bff695
|
|
| MD5 |
980faa39446b599ea310f7bcc8347f57
|
|
| BLAKE2b-256 |
0294766dc7f0d6242ecbc0bd830e7b4a2578fcd0891f0baad44863aed6c77660
|