0.9.3 • Published 11 years ago
gather-public-proxy v0.9.3
Gather Public Proxy
Find free anonymous proxy
Installation
With npm:
npm install -g gather-public-proxyLeave 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)maxnumber of maximum required proxiescontrysearch for specific country ex ('US', 'UK', 'FR' ..)threadspecify max query simultaneous on same serververbosewrite debug on stderr