spotiv3


Namespotiv3 JSON
Version 0.3.9 PyPI version JSON
download
home_pagehttps://github.com/yourusername/spotiv3
SummaryA Python module for bypassing reCAPTCHA v3
upload_time2024-08-10 01:21:20
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Spotiv3

A Python module for bypassing reCAPTCHA v3.

## Installation

You can install this package via pip:

```python
from spotiv3 import RecaptchaV3

recaptcha = RecaptchaV3()
token = recaptcha.recaptchav3_bypass()
print("Bypassed RecaptchaV3:", token)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/spotiv3",
    "name": "spotiv3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b5/a0/959193a05b3b62b76d284fc4b55c37286b50ad1144e8086e3580a8cd7341/spotiv3-0.3.9.tar.gz",
    "platform": null,
    "description": "# Spotiv3\r\n\r\nA Python module for bypassing reCAPTCHA v3.\r\n\r\n## Installation\r\n\r\nYou can install this package via pip:\r\n\r\n```python\r\nfrom spotiv3 import RecaptchaV3\r\n\r\nrecaptcha = RecaptchaV3()\r\ntoken = recaptcha.recaptchav3_bypass()\r\nprint(\"Bypassed RecaptchaV3:\", token)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python module for bypassing reCAPTCHA v3",
    "version": "0.3.9",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/spotiv3"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0db87dbace95a0674e8518350ad72aed00c8c2ff93f24ce3aceaf3b55f61033",
                "md5": "76b0c79eb5ad3498435475eed62c2d63",
                "sha256": "e31a4473322ef6e27a446ff28ccc4db590bf9df3edf17622c44ec00a49011467"
            },
            "downloads": -1,
            "filename": "spotiv3-0.3.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76b0c79eb5ad3498435475eed62c2d63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2377,
            "upload_time": "2024-08-10T01:21:18",
            "upload_time_iso_8601": "2024-08-10T01:21:18.837314Z",
            "url": "https://files.pythonhosted.org/packages/d0/db/87dbace95a0674e8518350ad72aed00c8c2ff93f24ce3aceaf3b55f61033/spotiv3-0.3.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5a0959193a05b3b62b76d284fc4b55c37286b50ad1144e8086e3580a8cd7341",
                "md5": "bc94b8a8428105dbd4587d1856b9495d",
                "sha256": "99608c129d72ab4c3a2c2b076276d2e6215ec00346d73b44e6ab110bffb09eae"
            },
            "downloads": -1,
            "filename": "spotiv3-0.3.9.tar.gz",
            "has_sig": false,
            "md5_digest": "bc94b8a8428105dbd4587d1856b9495d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2079,
            "upload_time": "2024-08-10T01:21:20",
            "upload_time_iso_8601": "2024-08-10T01:21:20.361196Z",
            "url": "https://files.pythonhosted.org/packages/b5/a0/959193a05b3b62b76d284fc4b55c37286b50ad1144e8086e3580a8cd7341/spotiv3-0.3.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 01:21:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "spotiv3",
    "github_not_found": true,
    "lcname": "spotiv3"
}
        
Elapsed time: 0.35091s