1.0.3 • Published 3 years ago

@hitthemoney/hcaptcha-solver v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago