Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbxss/py-debrid

Python Script that downloads from Real-Debrid
https://github.com/cbxss/py-debrid

python

Last synced: 5 days ago
JSON representation

Python Script that downloads from Real-Debrid

Awesome Lists containing this project

README

        

# py-Debrid

Downloads a magnet link to specified folder location using Real-Debrid API.

## Usage
Make sure to change username, password, api Key, and folder locations.

## Dependencies
selenium (You will also need a webdriver binary for your platform for this to work, you can get one from https://chromedriver.chromium.org/)
```
pip install selenium
```