wuddz-lit


Namewuddz-lit JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryWuddz-Lit Is An Awesome & Quite Efficient Literotica.com Author/Category/Audio/Illustration Stories Downloader.
upload_time2024-05-30 16:52:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2024 Wuddz-Devs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords audio download downloader erotic html image lit literature literotica python stories story text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">Wuddz Literotica Story Downloader</h1>

## Description
 - Wuddz-Lit Is An Awesome & Quite Efficient Literotica.com Author/Category/Audio/Illustration Stories Downloader.

## Prerequisites
 - Python : 3.7

## Installation
Install using [PyPI](https://pypi.org/project/wuddz-lit):
```
pip install wuddz-lit
```
Install locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:
```
pip install wuddz_lit-1.0.1.tar.gz
```
Then to run it, execute the following in the terminal:
```
wudz-lit
```

### Usage
Download Stories In "C:\\file.txt" File As Html Using 100 Threads:
```
wudz-lit -f "C:\\file.txt" -s -d -x 100
```
Parse 1 Page Of Erotic-Couplings (6 In Docstring) Category Stories & Download As Text:
```
wudz-lit -f 6 -c -d -i
```
Save All Specified Author (Uid/Name) Story Titles To Text File Using 120 Threads:
```
wudz-lit -f author -a -x 120
```
Parse 2 Pages Of Stories With "milf" Tag Starting From Page 5 & Download As Text
```
wudz-lit -t milf -d -n 2 -ns 5 -i
```
Parse 2 Pages Of Mature-Sex Category Stories With "milf" Tag & Download As Html
```
wudz-lit -f mature-sex -c -t milf -d -n 2
```
Download Specified Story As Html To "C:\\Lit" Output Folder
```
wudz-lit -f story -s -d -o "C:\\Lit"
```

### Library
Save All Author WillyWin Story Titles To Text File In Default Output Directory List Folder & Store List In 's' Variable.
```
>>> from wuddz_lit import lit
>>> l = lit.LitErotica()
>>> s = l.author('WillyWin')
```
Download 'what-shapes-us' Story To "C:\\Literotica" Directory.
```
>>> from wuddz_lit import lit
>>> d = "C:\Literotica"
>>> l = lit.LitErotica()
>>> l.story('what-shapes-us', d)
```

## Contact Info:
 - Email:     wuddz_devs@protonmail.com
 - Github:    https://github.com/wuddz-devs
 - Telegram:  https://t.me/wuddz_devs
 - Youtube:   https://youtube.com/@wuddz-devs
 - Reddit:    https://reddit.com/user/wuddz-devs

### Buy Me A Coffee!!
![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/eth.png)
 - ERC20:    0xbF4d5309Bc633d95B6a8fe60E6AF490F11ed2Dd1

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/btc.png)
 - BTC:      bc1qa7ssx0e4l6lytqawrnceu6hf5990x4r2uwuead

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/ltc.png)
 - LTC:      LdbcFiQVUMTfc9eJdc5Gw2nZgyo6WjKCj7

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/doge.png)
 - DOGE:     DFwLwtcam7n2JreSpq1r2rtkA48Vos5Hgm

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/tron.png)
 - TRON:     TY6e3dWGpqyn2wUgnA5q63c88PJzfDmQAD

#### Enjoy my awesome creativity!!
#### Peace & Love Always!!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wuddz-lit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "audio, download, downloader, erotic, html, image, lit, literature, literotica, python, stories, story, text",
    "author": null,
    "author_email": "Wuddz-Devs <wuddz_devs@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/28/cf/8fdb4ef2f62e5a4f73359db7ebceb457eedb6c2e31178d99bee08d4109a3/wuddz_lit-1.0.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">Wuddz Literotica Story Downloader</h1>\n\n## Description\n - Wuddz-Lit Is An Awesome & Quite Efficient Literotica.com Author/Category/Audio/Illustration Stories Downloader.\n\n## Prerequisites\n - Python : 3.7\n\n## Installation\nInstall using [PyPI](https://pypi.org/project/wuddz-lit):\n```\npip install wuddz-lit\n```\nInstall locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:\n```\npip install wuddz_lit-1.0.1.tar.gz\n```\nThen to run it, execute the following in the terminal:\n```\nwudz-lit\n```\n\n### Usage\nDownload Stories In \"C:\\\\file.txt\" File As Html Using 100 Threads:\n```\nwudz-lit -f \"C:\\\\file.txt\" -s -d -x 100\n```\nParse 1 Page Of Erotic-Couplings (6 In Docstring) Category Stories & Download As Text:\n```\nwudz-lit -f 6 -c -d -i\n```\nSave All Specified Author (Uid/Name) Story Titles To Text File Using 120 Threads:\n```\nwudz-lit -f author -a -x 120\n```\nParse 2 Pages Of Stories With \"milf\" Tag Starting From Page 5 & Download As Text\n```\nwudz-lit -t milf -d -n 2 -ns 5 -i\n```\nParse 2 Pages Of Mature-Sex Category Stories With \"milf\" Tag & Download As Html\n```\nwudz-lit -f mature-sex -c -t milf -d -n 2\n```\nDownload Specified Story As Html To \"C:\\\\Lit\" Output Folder\n```\nwudz-lit -f story -s -d -o \"C:\\\\Lit\"\n```\n\n### Library\nSave All Author WillyWin Story Titles To Text File In Default Output Directory List Folder & Store List In 's' Variable.\n```\n>>> from wuddz_lit import lit\n>>> l = lit.LitErotica()\n>>> s = l.author('WillyWin')\n```\nDownload 'what-shapes-us' Story To \"C:\\\\Literotica\" Directory.\n```\n>>> from wuddz_lit import lit\n>>> d = \"C:\\Literotica\"\n>>> l = lit.LitErotica()\n>>> l.story('what-shapes-us', d)\n```\n\n## Contact Info:\n - Email:     wuddz_devs@protonmail.com\n - Github:    https://github.com/wuddz-devs\n - Telegram:  https://t.me/wuddz_devs\n - Youtube:   https://youtube.com/@wuddz-devs\n - Reddit:    https://reddit.com/user/wuddz-devs\n\n### Buy Me A Coffee!!\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/eth.png)\n - ERC20:    0xbF4d5309Bc633d95B6a8fe60E6AF490F11ed2Dd1\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/btc.png)\n - BTC:      bc1qa7ssx0e4l6lytqawrnceu6hf5990x4r2uwuead\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/ltc.png)\n - LTC:      LdbcFiQVUMTfc9eJdc5Gw2nZgyo6WjKCj7\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/doge.png)\n - DOGE:     DFwLwtcam7n2JreSpq1r2rtkA48Vos5Hgm\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-devs/main/assets/tron.png)\n - TRON:     TY6e3dWGpqyn2wUgnA5q63c88PJzfDmQAD\n\n#### Enjoy my awesome creativity!!\n#### Peace & Love Always!!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Wuddz-Devs  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Wuddz-Lit Is An Awesome & Quite Efficient Literotica.com Author/Category/Audio/Illustration Stories Downloader.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/wuddz-devs/wuddz-lit"
    },
    "split_keywords": [
        "audio",
        " download",
        " downloader",
        " erotic",
        " html",
        " image",
        " lit",
        " literature",
        " literotica",
        " python",
        " stories",
        " story",
        " text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fee207e2106277ea112d64c22d09a1e97593830e59be5c409a44a2521c4b21da",
                "md5": "04ff78e108eaad169dfd8d370509f091",
                "sha256": "7b817d2b23a586cbc43c117972673ef78871fe16d78966b0bbe7388741611067"
            },
            "downloads": -1,
            "filename": "wuddz_lit-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04ff78e108eaad169dfd8d370509f091",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9745,
            "upload_time": "2024-05-30T16:52:47",
            "upload_time_iso_8601": "2024-05-30T16:52:47.893260Z",
            "url": "https://files.pythonhosted.org/packages/fe/e2/07e2106277ea112d64c22d09a1e97593830e59be5c409a44a2521c4b21da/wuddz_lit-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28cf8fdb4ef2f62e5a4f73359db7ebceb457eedb6c2e31178d99bee08d4109a3",
                "md5": "2e6280a6f334275ded516209581aa14d",
                "sha256": "1bfd84a04037ed1b19f5a3652fc0459edfd3950c3b59492929d10fe55c492e2e"
            },
            "downloads": -1,
            "filename": "wuddz_lit-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2e6280a6f334275ded516209581aa14d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8225,
            "upload_time": "2024-05-30T16:52:50",
            "upload_time_iso_8601": "2024-05-30T16:52:50.107550Z",
            "url": "https://files.pythonhosted.org/packages/28/cf/8fdb4ef2f62e5a4f73359db7ebceb457eedb6c2e31178d99bee08d4109a3/wuddz_lit-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 16:52:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wuddz-devs",
    "github_project": "wuddz-lit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wuddz-lit"
}
        
Elapsed time: 0.25198s