Skip to content

v1.0.0

Choose a tag to compare

@dzmitry-duboyski dzmitry-duboyski released this 20 Sep 17:15
· 25 commits to main since this release

v1.0.0

First PyPI release of the official Captcha Solver Python SDK.

Highlights

  • Sync CaptchaClient (requests) and async AsyncCaptchaClient (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 as captcha_solver_api.
pip install captcha-solver-api