0.1.14 • Published 11 years ago

de-captcher v0.1.14

Weekly downloads
4
License
-
Repository
-
Last release
11 years ago

de-captcher.com nodejs library

de-captcher.com basically resolves captcha requests. You need an account from de-captcher.com to use this library.

Quickstart

Require library, Create object with your username/password and call functions

var Decaptcher = require("de-captcher").decaptcher;
var decaptcher = new Decaptcher("username", "password");

// get your balance
decaptcher.getBalance(function(err, balance) {
  console.log(balance);
});

// send image address or file system image
// http://www.google.com/recaptcha/learnmore ==> $("#recaptcha_image > img").attr(src);
decaptcher.postPicture(address, function(err, result) {
  console.log(result);
});

Install

git clone https://github.com/erhangundogan/de-captcher.git

OR

npm install de-captcher

Functions

  • getBalance

  • postPicture

  • reportBadResult

  • getSystemLoad

  • setTimeouts

  • setPictureProcess

  • setMultiPictureProcess

License

Copyright 2013 Erhan Gundogan

Licensed under the MIT License.

0.1.14

11 years ago

0.1.13

11 years ago

0.1.12

11 years ago

0.1.10

11 years ago

0.1.9

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago