0.2.4 • Published 7 years ago

mass-proxy-validator v0.2.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Install

Using NPM:

$ npm i mass-proxy-validator

Using Yarn:

$ yarn add mass-proxy-validator

Example

const proxyValidator = require("mass-proxy-validator");

proxyValidator({
  input: "path/to/proxies.txt",
  output: "path/to/newProxies.txt",
  url: "http://example.com/",
  threads: 100,
  timeout: 1000
});

Options

{
  input: "proxies.txt",
  /* Path to proxies .txt file.
      Format of proxies file should look like this.

      ...
      96.9.88.54:31447
      96.9.73.80:45984
      96.65.123.249:8118
      95.87.210.100:50451
      95.86.40.170:53281
      ...
    */

  output: "newProxies.txt",
  /* Path of .txt file to append to.
      If it does not exist it will be created.
    */

  url: "http://example.com/",
  // Url to test proxies against.

  threads: 100,
  // Amount of threads to run.

  timeout: 2000
  // Time to wait before closing connection.
}
0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

1.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago