thobotbotbot / RDtool

A small tool using real-debrid.com API, written in python (not to be installed from python - single python file) | Currently one external module required

Home Page:https://spookyahell.github.io/RDtool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDtool

A small tool written in python (not to be installed from pip - single python file)

Currently only one external module required: requests

Written for python3.6:

This script was written for python3.6 and up, may work with versions before with some modifications.

But no guarantees are given.

Usage:

RDtool.py [-h] [--addMagnet ADDMAGNET] [--apitoken APITOKEN] [--silent]
          [--silent-link-only] [--textfile] [URL [URL ...]]

Unlawful distribution or even usage is strictly prohibited. DISCLAIMER: I am not responsible for any damage caused by this script. Keep all pets away and don't let them near you while you're working with this script.

current version / download:

0.1alpha

optional arguments:

 URL                             | URL from any supported filehost
 
  -h, --help                     | show this help message and exit

  --addMagnet ADDMAGNET          | add a magnet (Don't forget to quote it!)

  --apitoken OR -t APITOKEN      | set the API token, get it from real-debrid.com/apitoken

  --silent, -s                   | silent mode

  --silent-link-only, -slo       | silent link only

  --textfile, -txt               | Create a textfile with the links

More fun stuff planned!

About

A small tool using real-debrid.com API, written in python (not to be installed from python - single python file) | Currently one external module required

https://spookyahell.github.io/RDtool/

License:MIT License


Languages

Language:Python 100.0%