Xewdy444 / Playwright-reCAPTCHA

A Python library for solving reCAPTCHA v2 and v3 with Playwright
https://pypi.org/project/playwright-recaptcha/
MIT License
284 stars 39 forks source link

Can the recognition function of hcaptcha be added? If possible, I will provide financial support #136

Open gaotian19981104 opened 2 weeks ago

gaotian19981104 commented 2 weeks ago

Can the recognition function of hcaptcha be added? If possible, I will provide financial support

Xewdy444 commented 2 weeks ago

CapSolver doesn't offer classification for hCaptcha. Even if it did, hCaptcha uses different types of challenges and is generally very hard to solve using automation.

gaotian19981104 commented 2 weeks ago

https://capmonster.cloud/,This is also a great platform, and it supports image recognition as well. I've tried it out.

gaotian19981104 commented 2 weeks ago

https://yescaptcha.com/

Xewdy444 commented 2 weeks ago

This looks like it could work, however this library is made for reCAPTCHA. For hCaptcha, the entire project would have to be rewritten for it to work.