v1.0.0
v1.0.0
First PyPI release of the official Captcha Solver Python SDK.
Highlights
- Sync
CaptchaClient(requests) and asyncAsyncCaptchaClient(httpx) with the same API:solve(),create_task(),get_task_result(),get_balance(). - Task classes for reCAPTCHA v2 / v2 Enterprise / v3, Cloudflare Turnstile, GeeTest v3 & v4, Yandex SmartCaptcha, Tencent, Image to Text and Coordinates (click) captchas, each with proxy and proxyless variants where the API supports them.
- Typed package (
py.typed), Python 3.9+. - Every request sends an
X-SDK: python-sdk/<version>header. - Typed exceptions:
ApiError,NetworkError,ValidationError,CaptchaTimeoutError.
Notes
- The package is published as
captcha-solver-api; import it ascaptcha_solver_api.
pip install captcha-solver-api