Metadata-Version: 2.4
Name: torrents_fetcher
Version: 0.0.1
Summary: Torrents fetcher
Home-page: https://repos.susurrando.com/adelgado/torrents_fetcher
Author: Antonio J. Delgado
Author-email: "Antonio J. Delgado" <antonio@delgado.fi>
Project-URL: Homepage, https://repos.susurrando.com/adelgado/torrents_fetcher
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: click_config_file
Requires-Dist: PyYAML
Requires-Dist: tmdb_api
Requires-Dist: db_helper
Requires-Dist: imdb_api
Dynamic: author
Dynamic: home-page
Dynamic: license-file

# torrents_fetcher

## Requirements

## Installation

### Linux

To install for example in your ~/.local/bin folder:
```bash
./install.sh --destination ~/.local/bin
```

To install system-wide:
```bash
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.

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

## Usage

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