Metadata-Version: 2.4
Name: recaptcha-v3-2captcha
Version: 1.1.0
Summary: reCAPTCHA v3 token solver via 2Captcha for browser automation.
Author: Enterprise Automation Infra
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/recaptcha-v3-2captcha/
Project-URL: Repository, https://github.com/enterprise-automation-infra/multilogin-automation
Project-URL: Documentation, https://github.com/enterprise-automation-infra/multilogin-automation/tree/main/pypi-packages/recaptcha-v3-2captcha
Project-URL: Changelog, https://github.com/enterprise-automation-infra/multilogin-automation/blob/main/pypi-packages/recaptcha-v3-2captcha/CHANGELOG.md
Keywords: antidetect,playwright,browser automation,multilogin,stealth,recaptcha,2captcha,captcha
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Requires-Dist: ruff>=0.4.0; extra == "dev"
Dynamic: license-file

# recaptcha-v3-2captcha

[![PyPI](https://img.shields.io/pypi/v/recaptcha-v3-2captcha)](https://pypi.org/project/recaptcha-v3-2captcha/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

reCAPTCHA v3 token solver via 2Captcha for browser automation.

## Installation

```bash
pip install recaptcha-v3-2captcha
```

## Usage

```python
from recaptcha_v3_2captcha import RecaptchaV3Solver

solver = RecaptchaV3Solver(api_key="...")
token = solver.solve("SITE_KEY", "https://example.com", action="login")
```
## Recommended Setup

For the ultimate undetected automation environment, pair this package with **Multilogin X**.

| Product | Code | Guide |
|---------|------|-------|
| Antidetect Browser | **SAAS50** | [anti-detect.github.io](https://anti-detect.github.io/) |
| Cloud Phone | **MIN50** | [anti-detect.github.io](https://anti-detect.github.io/) |

> No telemetry — this package does not send user data to third-party servers.

---

## License

MIT
