captcha-solver-cli

0.0.5 • Public • Published

captcha-solver-cli

CLI for automating CAPTCHA verification.

NPM Build Status JavaScript Style Guide

Nocaptcha Recaptcha

This CLI also has a library.

Install

npm install -g captcha-solver-cli

Usage

  Usage: index [options] [command]
 
  Options:
 
    -V, --version                       output the version number
    -i, --image <path>                  Path or url of image to solve
    -t, --type <string>                 Type of captcha to solve (default: image-to-text)
    -k, --key <string>                  API key for provider
    -u, --website-url <url>             Website URL for nocaptcha, recaptcha, and funcaptcha
    -K, --website-key <string>          Recaptcha website key
    -S, --website-s-token <token>       Optional secret token for old version of Recaptcha
    --website-public-key <string>       Funcaptcha public key
    --proxy-type <string>               Type of proxy to use
    --proxy-address <string>            Proxy IP address ipv4/ipv6
    --proxy-port <number>               Proxy port
    --proxy-login <string>              Optional login for proxy which requires authorizaiton (basic)
    --proxy-password <string>           Optional proxy password
    -U, --user-agent <string>           Browser's User-Agent which is used in emulation.
    -C, --cookies <string>              Optional additional cookies.
    -P, --provider <provider>           Provider to use (default: anti-captcha)
    -h, --help                          output usage information
 
  Commands:
 
    create-task
    get-task-result [options] <taskId>
    solve [options]

Related

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

Dependencies (4)

Dev Dependencies (3)

Package Sidebar

Install

npm i captcha-solver-cli

Weekly Downloads

5

Version

0.0.5

License

MIT

Unpacked Size

8.94 kB

Total Files

7

Last publish

Collaborators

  • fisch0920