maximedrn / hcaptcha-solver-python-selenium

hCAPTCHA solver and bypasser for Python Selenium using a Tampermonkey userscript. Simple website to try to solve hCAPTCHA.
https://maximedrn.github.io/hcaptcha-solver-python-selenium/
Apache License 2.0
81 stars 31 forks source link

Could I use the hcaptcha test site you built? #8

Closed QIN2DIM closed 2 years ago

QIN2DIM commented 2 years ago

Hi, I used the hcaptcha test site you built in the hcaptcha-challenger project I created recently.

In addition, I noticed that the performance issues were mentioned in the previous discussion of this extension.

Coincidentally, all these problems are solved in hcaptcha-challenger.🤷‍♀️

In the following demo, I am using yolov5s6(onnx) with a larger parameter size to start the solution. if you specify yolov5n6(onnx) to start, the detection speed can be twice as fast...🤦‍♂️ hcaptcha-challenger-demo

maximedrn commented 2 years ago

To answer the title Can I use the hcaptcha test site you built, yes you can :) This repository is no longer maintained and, I know, is very slow compared to image recognition (Yolo v5s6).