Skip to content

Provides a special way to use capmonster easily, developed by neumatic. Simply thought id share this with github due to the low amount of people who use gitlab. I take no credit for the creation of this and therefore will not help you with your errors.

Notifications You must be signed in to change notification settings

aydonlol/capmonster-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hcaptcha

install

npm i https://gitlab.com/neumaticc/captcha

example usage

const Captcha = require("@neumatic/captcha-monster")

const client = new Captcha("your-key", {
    max_retries: 60, // default 60
    check_interval: 5000, //default 5000
    debug: true // default false
})

(async () => {
    console.log("start")
    // solve
    const token = await client.solve("4c672d35-0701-42b2-88c3-78380b0db560", "https://discord.com")
    console.log("hCaptcha token:",token)
})()

About

Provides a special way to use capmonster easily, developed by neumatic. Simply thought id share this with github due to the low amount of people who use gitlab. I take no credit for the creation of this and therefore will not help you with your errors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published