Skip to content

ScoLib/yescaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yescaptcha

http://www.yescaptcha.com/

Install

npm install yescaptcha

Usage

Recaptcha,

const Captcha = require("yescaptcha")

// A new 'solver' instance with our API key
const solver = new Captcha.Solver("<Your yescaptcha api key>", {
  pollingFrequency: 5000,
  verbose: false,
  baseUrl: 'https://api.yescaptcha.com', // https://china.yescaptcha.com
})

/* Example ReCaptcha Website */
solver.recaptcha('websiteKey', 'websiteURL', {
  type: 'NoCaptchaTaskProxyless', // more arg see https://yescaptcha.atlassian.net/wiki/spaces/YESCAPTCHA/overview?homepageId=33020
}).then((res) => {
    console.log(res)
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published