An open API service indexing awesome lists of open source software.

https://github.com/0x676e67/capsolver-hcaptcha-solver

A Python selenium implementation to bypass hcaptcha via capsolver.
https://github.com/0x676e67/capsolver-hcaptcha-solver

capsolver hcaptcha hcaptcha-bypass hcaptcha-challenger hcaptcha-solver python

Last synced: 18 days ago
JSON representation

A Python selenium implementation to bypass hcaptcha via capsolver.

Awesome Lists containing this project

README

          

# Capsolver Hcaptcha Captcha Bypass

[![Capsolver](docs/capsolver.jpeg)](https://dashboard.capsolver.com/passport/register?inviteCode=y7CtB_a-3X6d)

**Solve Hcaptcha Captcha in just one line of code!**

A Selenium implementation to bypass Hcaptcha Captcha using Capsolver API.

## Getting Started

```shell
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

# With pip.
pip install uv

# With pipx.
pipx install uv

# With Homebrew.
brew install uv

# With Pacman.
pacman -S uv

```

To create a virtual environment:

```shell
uv venv # Create a virtual environment at .venv.

```

To activate the virtual environment:

```shell
# On macOS and Linux.
source .venv/bin/activate

# On Windows.
.venv\Scripts\activate

```

- Usage

To use this script, you need to have a Capsolver account. You can create an account here and get your API key. Once you have your API key, replace api_key in the script with your actual API key.

```shell
python main.py
```

## Capsolver

Capsolver is a platform that provides APIs to solve CAPTCHAs. You can use Capsolver to bypass CAPTCHAs in your web scraping projects. The platform supports solving Google Recaptcha V2, Recaptcha V3, hCaptcha, FunCaptcha, GeeTest, and more. You can create an account [here](https://dashboard.capsolver.com/passport/register?inviteCode=y7CtB_a-3X6d) and get your API key.