torrents-fetcher (0.0.2)

Published 2026-04-03 17:47:19 +02:00 by adelgado

Installation

pip install --index-url  torrents-fetcher

About this package

Torrents fetcher

torrents_fetcher

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/torrents_fetcher.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

torrents_fetcher.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters

Requirements

Requires Python: >=3
Details
PyPI
2026-04-03 17:47:19 +02:00
7
Antonio J. Delgado
19 KiB
Assets (1)
Versions (6) View all
0.0.10 2026-04-06
0.0.9 2026-04-06
0.0.4 2026-04-03
0.0.3 2026-04-03
0.0.2 2026-04-03