api-rucaptcha
TypeScript icon, indicating that this package has built-in type declarations

0.0.24 • Public • Published

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,
});

Package Sidebar

Install

npm i api-rucaptcha

Weekly Downloads

7

Version

0.0.24

License

ISC

Unpacked Size

4.66 kB

Total Files

10

Last publish

Collaborators

  • all3y3zonme