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:
Usage
new RuCaptcha2Captcha(apiKey[, type]) →
Example
Documentation https://www.npmjs.com/package/rucaptcha-2captcha
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.1
Usage
new RuCaptcha2Captcha(apiKey[, type]) →
captchaSolver object
Example
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://www.npmjs.com/package/rucaptcha-2captcha