Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cbxss/py-debrid
- Owner: cbxss
- Created: 2020-04-23T23:04:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T21:55:08.000Z (over 4 years ago)
- Last Synced: 2024-11-10T01:30:35.504Z (2 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```