selfpaidinc/phantomjs-decaptcher

There is no license information available for the latest version (dev-master) of this package.

Automatic and manual(typing) solving of CAPTCHAS for phantomjs

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 8

Language:JavaScript

dev-master 2016-04-01 17:27 UTC

This package is not auto-updated.

Last update: 2024-10-04 19:17:50 UTC


README

CAPTCHA solving for phantomjs via nodejs librarires.

Requirements

Requires both phantomjs and nodejs.

It also needs a require('./node_modules/phantomjs-nodify') in the start of your phantomjs script. This minimizes the gap between nodejs and phantomjs.

Comes with

  • script for manual solving of CAPTCHA by downloading the image and offering the user to type the text in the command line.
  • automatic solving of CAPTCHA via decaptcha services (currently only deathbycaptcha)

Caveats

Because phantomjs can't download files there's a script (auto/bridge.js) that acts as a bridge between the nodejs decaptcha library (that accepts a stream of data) and phantomjs.

It's doing so by simply downloading a file and streaming it to the decaptcha.