2captcha-node

A NodeJS wrapper to solve image captchas with 2captcha


Keywords
2captcha, captcha, wrapper, solve
License
MIT
Install
npm install 2captcha-node@1.3.6

Documentation

Welcome to 2captcha-node 👋

NPM version TRAVIS version

A NodeJS wrapper to solve image captchas with 2captcha

🏠 Homepage

Prerequisites:

You will need a 2Captcha API key

Install

npm install

Usage

Set up your api key:

import captchaSolver from "2captcha-node";

const captcha = captchaSolver("your-api-key");

It'll return an object with the solve function, and you'll be able to use it inside of your script

const options = {
  image: "base64-image",
  maxAttempts: 60 // Optional
};

const solvedCaptcha = await captcha.solve(options);

And this solvedCaptcha will be the string of your resolved captcha

You can use the balance function too, to see your balance at 2Captcha

const balance = await captcha.balance();

Author

👤 Pedro Filho pedro@filho.me

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Buy Me A Coffee