qbt-helper


Nameqbt-helper JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummaryHelper program for adding torrents from URLs to a qBittorrent instance.
upload_time2024-12-22 03:00:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # qbt-helper

This program helps me add torrents from URLs to a running qBittorrent instance.

## Installation

``` shell
pipx install qbt-helper
```

## Usage

``` shell
Usage:
    qbt-helper (HOSTNAME) (USERNAME) (PASSWORD)
    qbt-helper -h
    
Examples:
    qbt-helper "localhost:8080" "admin" "adminadmin"
    qbt-helper "https://cat.seedhost.eu/lol/qbittorrent" "lol" "meow"
    
Options:
    -h, --help  show this help message and exit
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "qbt-helper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Jeffrey Serio <hyperreal@fedoraproject.org>",
    "download_url": "https://files.pythonhosted.org/packages/3c/82/635e34ff00b53b16408523fc1851a0493336be510d58dc42aa02c529b974/qbt_helper-0.2.tar.gz",
    "platform": null,
    "description": "# qbt-helper\n\nThis program helps me add torrents from URLs to a running qBittorrent instance.\n\n## Installation\n\n``` shell\npipx install qbt-helper\n```\n\n## Usage\n\n``` shell\nUsage:\n    qbt-helper (HOSTNAME) (USERNAME) (PASSWORD)\n    qbt-helper -h\n    \nExamples:\n    qbt-helper \"localhost:8080\" \"admin\" \"adminadmin\"\n    qbt-helper \"https://cat.seedhost.eu/lol/qbittorrent\" \"lol\" \"meow\"\n    \nOptions:\n    -h, --help  show this help message and exit\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Helper program for adding torrents from URLs to a qBittorrent instance.",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://codeberg.org/hyperreal/qbt-helper",
        "Issues": "https://codeberg.org/hyperreal/qbt-helper/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "287980ef829d61aa6a7de66e9a0dd91add45e14f45dfce256c6a1b6191925b4d",
                "md5": "2223bce4df532cce3f1050921ec2123f",
                "sha256": "e566dd5d67350839ed4fd9532e090fa9b3cc193282e8b5b4970cd2c4e11dc407"
            },
            "downloads": -1,
            "filename": "qbt_helper-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2223bce4df532cce3f1050921ec2123f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16947,
            "upload_time": "2024-12-22T03:00:06",
            "upload_time_iso_8601": "2024-12-22T03:00:06.912211Z",
            "url": "https://files.pythonhosted.org/packages/28/79/80ef829d61aa6a7de66e9a0dd91add45e14f45dfce256c6a1b6191925b4d/qbt_helper-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c82635e34ff00b53b16408523fc1851a0493336be510d58dc42aa02c529b974",
                "md5": "758edf201c3c4765cd61ce98a073b073",
                "sha256": "6e822c79a28959d7dd18b05417f3af103ee962c293e1a6912bdb7fb715ee3ff5"
            },
            "downloads": -1,
            "filename": "qbt_helper-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "758edf201c3c4765cd61ce98a073b073",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 16319,
            "upload_time": "2024-12-22T03:00:09",
            "upload_time_iso_8601": "2024-12-22T03:00:09.249804Z",
            "url": "https://files.pythonhosted.org/packages/3c/82/635e34ff00b53b16408523fc1851a0493336be510d58dc42aa02c529b974/qbt_helper-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-22 03:00:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "hyperreal",
    "codeberg_project": "qbt-helper",
    "lcname": "qbt-helper"
}
        
Elapsed time: 0.85125s