Closed rix1337 closed 1 year ago
I have used the chrome addon from anti-captcha.com to great success in other automation projects using the python version of puppeteer.
Maybe adding their addon optionally will help with hcaptcha. It is able to detect and automatically solve these captchas.
All you need to do is install the addon and set a valid API key in the addon.
Having done this in docker for chrome I can provide working python code on how to achieve this.
I won't implement captcha solvers for various reasons:
See the following for more details: #36 #46 #106 #231 #244 #291
I have used the chrome addon from anti-captcha.com to great success in other automation projects using the python version of puppeteer.
Maybe adding their addon optionally will help with hcaptcha. It is able to detect and automatically solve these captchas.
All you need to do is install the addon and set a valid API key in the addon.
Having done this in docker for chrome I can provide working python code on how to achieve this.