0.0.24 • Published 4 years ago

api-rucaptcha v0.0.24

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Api-rucapcha

version issues

Api realization for rucaptcha.com alpha!

Install

npm i api-rucaptcha

Using

import { RucaptchaApi } from './';

const captchaApi = new RucaptchaApi(process.env.APIKEY);
(async () => {
  const solvedCaptcha = await captchaApi.solveCaptcha(base64);
  console.log(solvedCaptcha);
})();

also you can change delay, and host urls like that :

const captchaApi = new RucaptchaApi(process.env.APIKEY, {
  delay: 1000,
  retry: 5,
});
0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago