Giter Club home page Giter Club logo

nextcaptcha / nextcaptcha-typescript Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 52 KB

NextCaptcha is a powerful captcha solving service that supports various types of captchas including reCAPTCHA v2, reCAPTCHA v2 Enterprise, reCAPTCHA v3, reCAPTCHA Mobile, hCaptcha, hCaptcha Enterprise, and FunCaptcha

Home Page: https://nextcaptcha.com/

License: MIT License

TypeScript 98.82% JavaScript 1.18%
captcha-breaking captcha-bypass captcha-solver captcha-solver-api bypass-invisible-recaptcha bypass-recaptcha-v2 captcha-service-for-recaptcha-v2 nextcaptcha recaptcha-mobile-bypass recaptcha-v2-captcha-solver

nextcaptcha-typescript's Issues

Does Funcaptcha Hotmail still resolvable ?

Hello I found your service for solving funcaptcha from hotmail
This is my sample code

const blob =
    "S3whuo6tE9tGcPQz.zztgWHQK2ncVoA/DlYvp9Q0G3QCDSxB6sYFuhQl7EnO8ilMlIR5Pyz+L0BeiLJfiq47zZmlou7CJ4EiUfJwGZ8zD+aw5XX+/QU8uSrRtH3M1LsR+VNWZ0X10J0uKLpQVSXjO9xqGhPbHEa8gfBYrz7/6a3k=";

  const data = `{"blob": "${blob}"}`;

  const res = await nextCaptcha.funcaptcha({
    websitePublicKey: "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA",
    websiteURL: "https://iframe.arkoselabs.com",
    data,
  });

But I always get response: "Task failed"

My question is; Is your service still works for funcaptcha ?

TypeError: NextCaptcha is not a constructor

I use nodejs ESM6 and put this:

import NextCaptcha from 'nextcaptcha-ts';

get me this error:

const nextCaptcha =  new NextCaptcha(apiKey);
                     ^
TypeError: NextCaptcha is not a constructor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.