hcaptcha-solver

1.0.2 • Public • Published

hcaptcha-solver

A library to solve hcaptcha challenges

Install

npm install hcaptcha-solver

Quick Example

const solveCaptcha = require('hcaptcha-solver');
 
(async () => {
    try {
      const response = await solveCaptcha('https://captcha-protected-site.com');
      console.log(response);
      // F0_eyJ0eXAiOiJKV1Q...
    } catch (error) {
      console.log(error);
    }
})();

Credits

/hcaptcha-solver/

    Package Sidebar

    Install

    npm i hcaptcha-solver

    Weekly Downloads

    425

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    5.04 kB

    Total Files

    4

    Last publish

    Collaborators

    • jimmylaurent