https://github.com/python3webspider/hcaptcharesolver
HCaptcha Resolver
https://github.com/python3webspider/hcaptcharesolver
Last synced: 3 days ago
JSON representation
HCaptcha Resolver
- Host: GitHub
- URL: https://github.com/python3webspider/hcaptcharesolver
- Owner: Python3WebSpider
- Created: 2022-05-26T16:22:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T16:35:02.000Z (almost 4 years ago)
- Last Synced: 2025-08-07T03:39:21.840Z (8 months ago)
- Language: Python
- Size: 1.11 MB
- Stars: 41
- Watchers: 1
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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:
