0.4.5 • Published 8 days ago

node-capmonster v0.4.5

Weekly downloads
10
License
MIT
Repository
github
Last release
8 days ago

Capmonster.cloud for NodeJS

GitHub release (release name instead of tag name) License npm bundle size GitHub Repo stars GitHub package.json dependency version (prod) npm

At least 2x cheaper, up to 30x faster than manual recognition services.

If you have any problem with usage, read the documentation or create an issue

Installation

with yarn:

yarn add node-capmonster

with npm:

npm node-capmonster

with pnpm:

pnpm add node-capmonster

Supported captcha types

  • FunCaptcha
  • GeeTest
  • HCaptcha
  • Image to Text
  • ReCAPTCHA v2 / v2 Enterprise / v3
  • Turnstile
  • TenDI
  • AWS WAF

Usage examples

Recaptcha V2

import { RecaptchaV2Task } from "node-capmonster"

const client = new RecaptchaV2Task("<api_key>")
const task = client.task({
    websiteKey: "<website_key>",
    websiteURL: "<url>",
})
const taskId = await client.createWithTask(task)
const result = await client.joinTaskResult(taskId)

FuncaptchaTask

import { FuncaptchaTask } from "node-capmonster"

const client = new FuncaptchaTask("<api_key>")
const task = client.task({
    websitePublicKey: "<website_pubkey>",
    websiteURL: "<url>",
})
const taskId = await client.createWithTask(task)
const result = await client.joinTaskResult(taskId)

More examples can be found at documentation.

0.4.5

8 days ago

0.4.4

9 days ago

0.4.3

19 days ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.3.0

2 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago