Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/made2591/alldebrid-pypi
Alldebrid service torrent API (premium account required) to handle torrent download programmatically.
https://github.com/made2591/alldebrid-pypi
magnet magnet-link python torrent utilities utility
Last synced: 3 months ago
JSON representation
Alldebrid service torrent API (premium account required) to handle torrent download programmatically.
- Host: GitHub
- URL: https://github.com/made2591/alldebrid-pypi
- Owner: made2591
- License: gpl-3.0
- Created: 2017-07-11T14:08:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:56:38.000Z (about 2 years ago)
- Last Synced: 2023-08-01T10:21:21.885Z (over 1 year ago)
- Topics: magnet, magnet-link, python, torrent, utilities, utility
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alldebrid API
Alldebrid service torrent API (premium account required) to handle torrent download programmatically.Run on Python v2. It has following dependencies:
- certifi==2017.4.17
- chardet==3.0.4
- idna==2.5
- requests==2.18.1
- urllib3==1.21.1After cloning, run the following (eventually in virtualenv):
```shell
pip install -r requirements.txt
```### Features:
- lists all torrent in download with information;
- provide unlocked link to download torrent already finished;
- upload of magnet link to alldebrid portal;### Todo:
- improve errors handling;
- improve cli;
- porting of logging (see project ****);### Improvements
- flood prevention;
- cookie caching (already implemented but not tested yet);
- logic control and torrent page tailing;