aw1875 / puppeteer-hcaptcha

A library to solve hcaptcha challenges that are automated within puppeteer. You can automatically set response values where they should be so the only thing left for you is submitting the page or you can get the response token.
https://www.npmjs.com/package/puppeteer-hcaptcha
137 stars 38 forks source link

Change package.json to fix installs #50

Closed Revadike closed 2 years ago

Revadike commented 2 years ago

Fixes https://github.com/aw1875/puppeteer-hcaptcha/issues/43

I just found this guy's fork, that seems to fix this issue for me. I guess it's not really ideal that it does not include your ghost-cursor PR.

aw1875 commented 2 years ago

Unfortunately, my ghost-cursor PR is necessary for solving the requests properly as it includes timestamps with each mouse coordinate (the hCaptcha request requires this now). I'm not sure why there would be any issues installing from the forked version as I've used forked versions of code in many other personal and academic projects without a hitch.

aw1875 commented 2 years ago

I have created an NPM package for my forked version of ghost-cursor since the PR wasn't going through and have pushed an update using this new package so there shouldn't be any other issues with this moving forwards.