跳到主要内容

Installation

PyPI

To install hcaptcha-challenger, simply run this simple command in your terminal of choice:

pip install -U hcaptcha-challenger

Download the Playwright single instance feature (recommended):

pip install -U hcaptcha-challenger[playwright]

Optional Features

  • playwright: Download the dependencies associated with Playwright, and you can load human verification directly using hcaptcha-challenger.
  • sentinel: Also download Playwright and PyGithub dependencies for developers to collect data and submit datasets.
  • server: (🚧preview) Also download sentinel and additional fastapi and uvicorn dependencies. In the future we will implement something like CLIP-as-service, where you can load high performance solvers locally.