pyPorn


NamepyPorn JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/AyiinXd/pyPorn
SummaryMultiple Site Provider and Asynchronous API in Python
upload_time2024-09-30 18:53:11
maintainerNone
docs_urlNone
authorAyiinXd
requires_python~=3.7
licenseMIT
keywords api scrapper library python pornhub
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <b>Scrapper Porn API for Python</b>
    <br>
    <a href="https://github.com/AyiinXd/pyPorn">
        Homepage
    </a>
    •
    <a href="https://github.com/AyiinXd/pyPorn/releases">
        Releases
    </a>
    •
    <a href="https://t.me/AyiinChats">
        News
    </a>
</p>

## PyPorn

> Multiple Site Provider and Asynchronous API in Python

``` python
from pyPorn import PyPorn
from pyPorn.enums import Provider
from pyPorn.exception import PyPornError

pyPorn = PyPorn(
    apiToken="YOUR_API_TOKEN",
    secret="YOUR_SECRET"
)

try:
    content = pyPorn.getContent(Provider.XNXX, "video-u10yx0f....")
except PyPornError as e:
    print(e)
    return
else:
    print(content)
```


### Installation

``` bash
pip3 install pyPorn
```


### License

[MIT License](https://github.com/AyiinXd/pyPorn/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AyiinXd/pyPorn",
    "name": "pyPorn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "api scrapper library python pornhub",
    "author": "AyiinXd",
    "author_email": "ayiin@gotgel.org",
    "download_url": "https://files.pythonhosted.org/packages/1a/e9/04f17e5301656331057cad974ca2ed3cd0f52801a58c386026abf9c67a5b/pyporn-1.0.6.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <b>Scrapper Porn API for Python</b>\n    <br>\n    <a href=\"https://github.com/AyiinXd/pyPorn\">\n        Homepage\n    </a>\n    \u2022\n    <a href=\"https://github.com/AyiinXd/pyPorn/releases\">\n        Releases\n    </a>\n    \u2022\n    <a href=\"https://t.me/AyiinChats\">\n        News\n    </a>\n</p>\n\n## PyPorn\n\n> Multiple Site Provider and Asynchronous API in Python\n\n``` python\nfrom pyPorn import PyPorn\nfrom pyPorn.enums import Provider\nfrom pyPorn.exception import PyPornError\n\npyPorn = PyPorn(\n    apiToken=\"YOUR_API_TOKEN\",\n    secret=\"YOUR_SECRET\"\n)\n\ntry:\n    content = pyPorn.getContent(Provider.XNXX, \"video-u10yx0f....\")\nexcept PyPornError as e:\n    print(e)\n    return\nelse:\n    print(content)\n```\n\n\n### Installation\n\n``` bash\npip3 install pyPorn\n```\n\n\n### License\n\n[MIT License](https://github.com/AyiinXd/pyPorn/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Multiple Site Provider and Asynchronous API in Python",
    "version": "1.0.6",
    "project_urls": {
        "Community": "https://t.me/AyiinProjects",
        "Download": "https://github.com/AyiinXd/pyPorn/releases/latest",
        "Homepage": "https://github.com/AyiinXd/pyPorn",
        "Source": "https://github.com/AyiinXd/pyPorn",
        "Tracker": "https://github.com/AyiinXd/pyPorn/issues"
    },
    "split_keywords": [
        "api",
        "scrapper",
        "library",
        "python",
        "pornhub"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ae904f17e5301656331057cad974ca2ed3cd0f52801a58c386026abf9c67a5b",
                "md5": "0ec7bb6b52b17efd773e237ac2cee44e",
                "sha256": "72091d97a46b88a7ba38c5fbe302dcc8dc528bbc148259a344b5f87a5aabcb5d"
            },
            "downloads": -1,
            "filename": "pyporn-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "0ec7bb6b52b17efd773e237ac2cee44e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 7756,
            "upload_time": "2024-09-30T18:53:11",
            "upload_time_iso_8601": "2024-09-30T18:53:11.199714Z",
            "url": "https://files.pythonhosted.org/packages/1a/e9/04f17e5301656331057cad974ca2ed3cd0f52801a58c386026abf9c67a5b/pyporn-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 18:53:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AyiinXd",
    "github_project": "pyPorn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyporn"
}
        
Elapsed time: 0.35592s