CAPTCHAFORUM
Administrator
Helps you to operate with RuCaptcha or 2Captcha services conveniently.
Full documentation you can find on official sites: RuCaptcha Docs, 2Captcha Docs.
Installation
rucaptcha-2captcha
is available via NPM:$ npm i rucaptcha-2captcha@2.2.0
Usage
Initialization
Synopsis
new RuCaptcha2Captcha(apiKey[, type]) →
captchaSolver
objectExample
Code:
import RuCaptcha2Captcha from 'rucaptcha-2captcha';
const captchaSolver = new RuCaptcha2Captcha(<YOUR_API_KEY>);
// or for operating with 2Captcha.com
const captchaSolver = new RuCaptcha2Captcha(<YOUR_API_KEY>, 2);
Documentation https://github.com/ArthurKa/rucaptcha-2captcha