2017 © Pedro Peláez
 

library phantomjs-decaptcher

Automatic and manual(typing) solving of CAPTCHAS for phantomjs

image

selfpaidinc/phantomjs-decaptcher

Automatic and manual(typing) solving of CAPTCHAS for phantomjs

  • Friday, April 1, 2016
  • by selfpaidinc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phantom-decaptcha

CAPTCHA solving for phantomjs via nodejs librarires., (*1)

Requirements

Requires both phantomjs and nodejs., (*2)

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

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., (*4)

It's doing so by simply downloading a file and streaming it to the decaptcha., (*5)

The Versions

01/04 2016

dev-master

9999999-dev

Automatic and manual(typing) solving of CAPTCHAS for phantomjs

  Sources   Download

captcha phantomjs bridge decaptcha user-input