captcha-solver-provider

0.0.6 • Public • Published

captcha-solver-provider

Abstract base class for captcha solver providers.

NPM Build Status JavaScript Style Guide

Install

This module requires node >= 8.

npm install --save captcha-solver-provider

API

Table of Contents

CaptchaSolverProvider

Abstract base class for captcha solver providers.

Type: function ()


name

Provider name.

Type: string


supportedTaskTypes

Set containing task types supported by this provider.

Type: Set<string>


createTask

Creates a new captcha solving task.

Type: function (opts)

  • opts object Options
    • opts.type string Type of captcha to solve
    • opts.image string Captcha image to process

getTaskResult

Fetches the result of a previously created captcha solving task.

Type: function (taskId, opts)


Related

  • captcha-solver - Facilitates the automation of CAPTCHA verification.

Disclaimer

Using this software to violate the terms and conditions of any third-party service is strictly against the intent of this software. By using this software, you are acknowledging this fact and absolving the author or any potential liability or wrongdoing it may cause. This software is meant for testing and experimental purposes only, so please act responsibly.

License

MIT © Travis Fischer

Package Sidebar

Install

npm i captcha-solver-provider

Weekly Downloads

26

Version

0.0.6

License

MIT

Unpacked Size

5.89 kB

Total Files

5

Last publish

Collaborators

  • fisch0920