node-24captcha
v1.0.1
Published
24Captcha client for Node.js
Downloads
9
Maintainers
Readme
node-24captcha
A Node.js client for the 24captcha.online API
Installation
npm install node-24captchaFeatures
- create tasks
- automatically poll for the CAPTCHA token
- supports invisible and enterprise
- proxy support
- debug logging
- hCaptcha support 🤑
Usage
import captchaClient from 'node-24captcha'
const client = new captchaClient('yourApiKey', {
debug: true
})
const token = await client.solveCaptcha({
sitekey: 'siteKey',
pageurl: 'https://example.com'
})
console.log(token)documentation/README.md
License
MIT
