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
object![10fe46a6e0[1].png 10fe46a6e0[1].png](https://captchaforum.com/data/attachments/0/974-2680536213b39502e746874bc3ca643f.jpg)
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://github.com/ArthurKa/rucaptcha-2captcha