Captcha solver provider for the anti-captcha service.
npm install captcha-solver-provider-anti-captcha> Captcha solver provider for the anti-captcha service.
  
This module requires node >= 8.
``bash`
npm install --save captcha-solver-provider-anti-captcha
#### Table of Contents
- CaptchaSolverProviderAntiCaptcha
- name
- supportedTaskTypes
- createTask
- getTaskResult
Extends: CaptchaSolverProvider
Captcha solver provider for the anti-captcha service.
Type: function (opts)
- opts object Optionsopts.key
- string Client key.
*
#### name
Provider name.
Type: string
*
#### supportedTaskTypes
Set containing task types supported by this provider.
*
#### createTask
Creates a new captcha solving task.
Type: function (opts)
- opts object Optionsopts.type
- string Type of captcha to solveopts.image
- string? Captcha image to process encoded as a base64 stringopts.websiteURL
- string? Website URL for nocaptcha, recaptcha, and funcaptchaopts.websiteKey
- string? Recaptcha website keyopts.websiteSToken
- string? Secret token for old versions of Recaptchaopts.websitePublicKey
- string? Funcaptcha public keyopts.proxyType
- string? Proxy type (http/socks4/socks5)opts.proxyAddress
- string? Proxy IP address (ipv4/ipv6)opts.proxyPort
- (string \| number)? Proxy portopts.proxyLogin
- string? Proxy login for basic authopts.proxyPassword
- string? Proxy passwordopts.userAgent
- string? Browser's User-Agent to emulateopts.cookies
- string? Additional cookies to emulate
*
#### getTaskResult
Fetches the result of a previously created captcha solving task.
Type: function (taskId)
- taskId` string Unique task identifier
*
- captcha-solver - Facilitates the automation of CAPTCHA verification.
- anti-captcha API docs - Anticaptcha v2 API docs.
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.
MIT © Travis Fischer