Metadata-Version: 2.4
Name: cloudflare-turnstile-capsolver
Version: 1.1.0
Summary: Cloudflare Turnstile solver via CapSolver API for antidetect Playwright flows.
Author: Enterprise Automation Infra
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/cloudflare-turnstile-capsolver/
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/cloudflare-turnstile-capsolver
Project-URL: Changelog, https://github.com/enterprise-automation-infra/multilogin-automation/blob/main/pypi-packages/cloudflare-turnstile-capsolver/CHANGELOG.md
Keywords: antidetect,playwright,browser automation,multilogin,stealth,cloudflare,turnstile,capsolver
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

# cloudflare-turnstile-capsolver

[![PyPI](https://img.shields.io/pypi/v/cloudflare-turnstile-capsolver)](https://pypi.org/project/cloudflare-turnstile-capsolver/)
[![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)

Cloudflare Turnstile solver via CapSolver API for antidetect Playwright flows.

## Installation

```bash
pip install cloudflare-turnstile-capsolver
```

## Usage

```python
from cloudflare_turnstile_capsolver import TurnstileSolver

solver = TurnstileSolver(api_key="...")
token = solver.solve("SITE_KEY", "https://example.com")
```
## 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
