Skip to content

kingqky/HCaptcha_Ebay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCaptcha_Ebay

针对于Ebay人机识别 HCaptcha 图像识别模拟点击Python selenium

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

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

CAPTCHA_RESOLVER_API_KEY=<Your Client Key>

Next, you need to install packages:

pip3 install -r requirements.txt

At last, run demo:

python3 main.py

Result: image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages