@hitthemoney/hcaptcha-solver

1.0.3 • Public • Published

hcaptcha-solver-plus

A library to solve hcaptcha challenges

Install

npm install @hitthemoney/hcaptcha-solver

Quick Example

const solveCaptcha = require("@hitthemoney/hcaptcha-solver");

(async () => {
    try {
        const response = await solveCaptcha("https://captcha-protected-site.com", {
            siteKey: "site-key"
        });
        console.log(response);
        // F0_eyJ0eXAiOiJKV1Q...
    } catch (error) {
        console.log(error);
    }
})();

Credits

Readme

Keywords

Package Sidebar

Install

npm i @hitthemoney/hcaptcha-solver

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

7.39 kB

Total Files

4

Last publish

Collaborators

  • hitthemoney