literotica-dl2


Nameliterotica-dl2 JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA tool to download stories from Literotica
upload_time2024-09-17 03:06:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # literotica_dl2
### Since [literotica_dl](https://github.com/fuzzyfiend/literotica_dl) is abandoned I have created this new version
A tool to download stories from Literotica.

[![PyPI - Version](https://img.shields.io/pypi/v/literotica-dl2.svg)](https://pypi.org/project/literotica-dl2)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/literotica-dl2.svg)](https://pypi.org/project/literotica-dl2)

-----

## Table of Contents

- [Installation](#installation)
- [Example Usage](#example)
- [License](#license)

## Installation
I highly recommend you use pipx
```console
pipx install literotica-dl2
```
otherwise you can use pip
```console
pip install literotica-dl2
```

## Details
You must specify whether to download stories or author works or poetry.
* Stories are identified as the url stub following the /s/ directory in the url
    * https://www.literotica.com/s/a-my-name-is-alice
    * story stub is a-my-name-is-alice
* Authors are identified as the url stub following /authors/ and before /works/
    * https://www.literotica.com/authors/Emmah/works/stories
    * author stub is Emmah

By default this program will write works to a new folder called `output`. This can be overridden by specifying the `--output` flag.

By default this program will write works in Text format. This can be changed by specifying `--output-format md` flag.

## Example Usage
# Examples
```console
# Downloading an authors works via the author stub
literotica_dl2 author Emmah

# Downloading an story via the story stub
literotica_dl2 story a-my-name-is-alice

# Downloading an poem via the poem stub
literotica_dl2 poetry acceptance-finding-my-way

# Mirroring the author to a specific directory with markdown format
literotica_dl2 author --output archive --output-format md Emmah
```

# Getting Help
Once installed the help can be called 
```console
literotica_dl2 --help
```
## License

`literotica-dl2` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "literotica-dl2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Shamoli Shah <64245803+shamolishah@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/84/3e/3b5a48d6039e5bef302c3e3c198c686d64c924516069cdbd483e6a6e21a7/literotica_dl2-0.1.1.tar.gz",
    "platform": null,
    "description": "# literotica_dl2\n### Since [literotica_dl](https://github.com/fuzzyfiend/literotica_dl) is abandoned I have created this new version\nA tool to download stories from Literotica.\n\n[![PyPI - Version](https://img.shields.io/pypi/v/literotica-dl2.svg)](https://pypi.org/project/literotica-dl2)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/literotica-dl2.svg)](https://pypi.org/project/literotica-dl2)\n\n-----\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Example Usage](#example)\n- [License](#license)\n\n## Installation\nI highly recommend you use pipx\n```console\npipx install literotica-dl2\n```\notherwise you can use pip\n```console\npip install literotica-dl2\n```\n\n## Details\nYou must specify whether to download stories or author works or poetry.\n* Stories are identified as the url stub following the /s/ directory in the url\n    * https://www.literotica.com/s/a-my-name-is-alice\n    * story stub is a-my-name-is-alice\n* Authors are identified as the url stub following /authors/ and before /works/\n    * https://www.literotica.com/authors/Emmah/works/stories\n    * author stub is Emmah\n\nBy default this program will write works to a new folder called `output`. This can be overridden by specifying the `--output` flag.\n\nBy default this program will write works in Text format. This can be changed by specifying `--output-format md` flag.\n\n## Example Usage\n# Examples\n```console\n# Downloading an authors works via the author stub\nliterotica_dl2 author Emmah\n\n# Downloading an story via the story stub\nliterotica_dl2 story a-my-name-is-alice\n\n# Downloading an poem via the poem stub\nliterotica_dl2 poetry acceptance-finding-my-way\n\n# Mirroring the author to a specific directory with markdown format\nliterotica_dl2 author --output archive --output-format md Emmah\n```\n\n# Getting Help\nOnce installed the help can be called \n```console\nliterotica_dl2 --help\n```\n## License\n\n`literotica-dl2` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool to download stories from Literotica",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/ShamoliShah/literotica-dl2#readme",
        "Issues": "https://github.com/ShamoliShah/literotica-dl2/issues",
        "Source": "https://github.com/ShamoliShah/literotica-dl2"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09966f74b8edbe1fd06b3086f5eecfc3aba1aa6d01500ab704bd712c006b9727",
                "md5": "96ce22ec6f05e1e6f30f6f578ac89548",
                "sha256": "aa79e542375b16b1a4095640c296d8e471390ad20eebb312dd273fdcf658e9ec"
            },
            "downloads": -1,
            "filename": "literotica_dl2-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96ce22ec6f05e1e6f30f6f578ac89548",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9739,
            "upload_time": "2024-09-17T03:06:31",
            "upload_time_iso_8601": "2024-09-17T03:06:31.664630Z",
            "url": "https://files.pythonhosted.org/packages/09/96/6f74b8edbe1fd06b3086f5eecfc3aba1aa6d01500ab704bd712c006b9727/literotica_dl2-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "843e3b5a48d6039e5bef302c3e3c198c686d64c924516069cdbd483e6a6e21a7",
                "md5": "99383c86820ed48c624f5ffee0712534",
                "sha256": "b94b59fc922da2fd971192cd1c174ab766fc240ab4130898440c076e93cf719f"
            },
            "downloads": -1,
            "filename": "literotica_dl2-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "99383c86820ed48c624f5ffee0712534",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8485,
            "upload_time": "2024-09-17T03:06:33",
            "upload_time_iso_8601": "2024-09-17T03:06:33.689331Z",
            "url": "https://files.pythonhosted.org/packages/84/3e/3b5a48d6039e5bef302c3e3c198c686d64c924516069cdbd483e6a6e21a7/literotica_dl2-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 03:06:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ShamoliShah",
    "github_project": "literotica-dl2#readme",
    "github_not_found": true,
    "lcname": "literotica-dl2"
}
        
Elapsed time: 0.32402s