Find free anonymous proxy
npm install gather-public-proxyGather Public Proxy
===================
Find free anonymous proxy
With npm:
``shell`
npm install -g gather-public-proxy-g
Leave off the if you don't wish to install globally
There is a command-line tool that exposes the functionality of this library
`shell`
gpp [options]gpp --help
see for options
`js
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 proxiescontry
- search for specific country ex ('US', 'UK', 'FR' ..)thread
- specify max query simultaneous on same serververbose` write debug on stderr
-