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

https://github.com/python3webspider/hcaptcharesolver

HCaptcha Resolver
https://github.com/python3webspider/hcaptcharesolver

Last synced: 3 days ago
JSON representation

HCaptcha Resolver

Awesome Lists containing this project

README

          

# HCaptchaResolver

HCaptcha Resolver

## Usage

Clone this repo:

```
git clone https://github.com/Python3WebSpider/HCaptchaResolver.git
```

Then go to https://yescaptcha.com/i/CnZPBu and register your account, then get a `clientKey` from portal.

![image](https://user-images.githubusercontent.com/8678661/170099424-bbe53c64-79b5-46fc-a7c9-95fc88877e3d.png)

Then create a `.env` file in root of this repo, and write this content:

```
CAPTCHA_RESOLVER_API_KEY=
```

Next, you need to install packages:

```
pip3 install -r requirements.txt
```

At last, run demo:

```
python3 main.py
```

Result:

![image](https://user-images.githubusercontent.com/8678661/170533027-1f06daf2-ee73-4800-948e-851dc9f6a648.png)