Wikidepia / hektCaptcha-extension

[PAUSED 🏳️] Automatically solve hCaptcha using AI. 100% Free and Unsustainable™️.
GNU General Public License v3.0
300 stars 53 forks source link

Flask #98

Open anoleido opened 10 months ago

anoleido commented 10 months ago

Is there a possibility to solve this with just using Python libraries like requests, httpx, bs, etc.? Or could you at least help us with some server-side code for Flask or other online hosts to create our own API?

Akmal-CloudFreed commented 10 months ago

use hcaptcha.js and replace onnxruntime-web with onnxruntime-node, then update the code to what you need it for, the model is also posted. I also suggest waiting for the owner's response

Akmal-CloudFreed commented 10 months ago

Here's some example code in nodejs to get a hcaptcha request: hcaptcha-solver - npm