Metadata-Version: 2.1
Name: torrent-worker
Version: 1.0.0
Summary: Downloads torrents
License: BSD 3-Clause License
Keywords: Torrent,Worker,Distributed
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: appdirs
Requires-Dist: disklru
Requires-Dist: qbittorrent-api==2024.11.70
Requires-Dist: jinja2>=3.1.2
Requires-Dist: requests
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: requests; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: jinja2; extra == "dev"

# 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:
    * https://github.com/linuxserver/docker-qbittorrent
  * Credentials
    * user: admin
    * pass: adminadmin


#### Platform tests

[![MacOS_Tests](https://github.com/zackees/zlib-download/actions/workflows/test_macos.yml/badge.svg)](https://github.com/zackees/zlib-download/actions/workflows/test_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/zlib-download/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/zackees/zlib-download/actions/workflows/test_ubuntu.yml)
[![Win_Tests](https://github.com/zackees/zlib-download/actions/workflows/test_win.yml/badge.svg)](https://github.com/zackees/zlib-download/actions/workflows/test_win.yml)

#### Lint

[![Lint](https://github.com/zackees/zlib-download/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/zlib-download/actions/workflows/lint.yml)

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.
