Downloads torrents
Project description
torrent-worker
This torrent worker will:
- Download torrent source files from a github source
- Launch a docker instance of a the qbittorrent server
- Iteratively add torrents as they get completed
- Display the torrent download information as it's downloading.
Yes, you have to have all the torrents in a github url.
Yes you need to have the docker engine installed.
You can check the progress by either looking at the command line output or else looking at the website at localhost:8080
Example 1
torrent-worker --range all --torrent-source https://github.com/author/repo
Example 2
This will allow you to use clients on a different computers and distribute the work.
torrent-worker --range 0-10 --torrent-source https://github.com/author/repo
Example 3
- Docker Image information:
- Credentials
- user: admin
- pass: adminadmin
Platform tests
Lint
torrent_worker with Docker, ready for Render.com / DigitalOcean
To deploy the test app simply fork the repository and go to Render.com, login with your github account, and select this repo that you forked in your account. It should run without any changes.
Releases
- 1.0.1 - Adds lock for the client.
- 1.0.0 - Initial release.
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
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 torrent_worker-1.0.1.tar.gz.
File metadata
- Download URL: torrent_worker-1.0.1.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4b871a76adfdbd8b9250bd3ff324d72697fde4a526a4ae3e37af3e577479b15
|
|
| MD5 |
1dbd66c298939b6c24c57b84a1b8f6af
|
|
| BLAKE2b-256 |
34885f283ee00519e447abf1c990c4ff643096e661d850a5230529dfb95d3aac
|
File details
Details for the file torrent_worker-1.0.1-py3-none-any.whl.
File metadata
- Download URL: torrent_worker-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bd62ea76daa88c641e5e2923c5767ea390ae200be722054dc3145fcaa1f89cb
|
|
| MD5 |
a305a1a32a178a1e8a6e368862509a16
|
|
| BLAKE2b-256 |
ea44873119dbc4a9175414c138cf462a61613a4c133f5a52618796e44f7da762
|