0.9.3 • Published 10 years ago

gather-public-proxy v0.9.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Gather Public Proxy

Find free anonymous proxy

Installation

With npm:

npm install -g gather-public-proxy

Leave off the -g if you don't wish to install globally

Commande Line

There is a command-line tool that exposes the functionality of this library

gpp [options]

see gpp --help for options

Api

var runner = require("gather-public-proxy");

runner(options, function(proxyList){
    proxyList.forEach(function(elm){
        console.log(elm.ip + ":" + elm.port);
    });
});

List of optional options:

  • search 'best' or 'fast' change searching method (default is best)
  • max number of maximum required proxies
  • contry search for specific country ex ('US', 'UK', 'FR' ..)
  • thread specify max query simultaneous on same server
  • verbose write debug on stderr