{"id":18643679,"url":"https://github.com/barenddt/proxy-validator-js","last_synced_at":"2025-08-20T09:21:01.835Z","repository":{"id":57291695,"uuid":"153671879","full_name":"barenddt/proxy-validator-js","owner":"barenddt","description":"Mass validate proxy lists.","archived":false,"fork":false,"pushed_at":"2018-10-20T18:39:25.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T10:42:26.035Z","etag":null,"topics":["proxy","proxychecker"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barenddt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-18T18:48:15.000Z","updated_at":"2022-07-11T04:17:35.000Z","dependencies_parsed_at":"2022-08-27T12:20:22.489Z","dependency_job_id":null,"html_url":"https://github.com/barenddt/proxy-validator-js","commit_stats":null,"previous_names":["barenddt/mass-proxy-validator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barenddt%2Fproxy-validator-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barenddt%2Fproxy-validator-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barenddt%2Fproxy-validator-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barenddt%2Fproxy-validator-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barenddt","download_url":"https://codeload.github.com/barenddt/proxy-validator-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239446757,"owners_count":19640189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["proxy","proxychecker"],"created_at":"2024-11-07T06:07:52.771Z","updated_at":"2025-02-18T09:35:39.268Z","avatar_url":"https://github.com/barenddt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Install\n\nUsing NPM:\n\n```\n$ npm i mass-proxy-validator\n```\n\nUsing Yarn:\n\n```\n$ yarn add mass-proxy-validator\n```\n\n## Example\n\n```javascript\nconst proxyValidator = require(\"mass-proxy-validator\");\n\nproxyValidator({\n  input: \"path/to/proxies.txt\",\n  output: \"path/to/newProxies.txt\",\n  url: \"http://example.com/\",\n  threads: 100,\n  timeout: 1000\n});\n```\n\n## Options\n\n```javascript\n{\n  input: \"proxies.txt\",\n  /* Path to proxies .txt file.\n      Format of proxies file should look like this.\n\n      ...\n      96.9.88.54:31447\n      96.9.73.80:45984\n      96.65.123.249:8118\n      95.87.210.100:50451\n      95.86.40.170:53281\n      ...\n    */\n\n  output: \"newProxies.txt\",\n  /* Path of .txt file to append to.\n      If it does not exist it will be created.\n    */\n\n  url: \"http://example.com/\",\n  // Url to test proxies against.\n\n  threads: 100,\n  // Amount of threads to run.\n\n  timeout: 2000\n  // Time to wait before closing connection.\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarenddt%2Fproxy-validator-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarenddt%2Fproxy-validator-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarenddt%2Fproxy-validator-js/lists"}