this isn a simple script for testing purpose that getting list proxy list from https://free-proxy-list.net/ and then use http://www.proxy-checker.org/ trying to get you a list of working 8080 proxies
- make sure that you are already installed
nodejsif you are not installed you can download lastest version from this link - download the files
- open cmd and navigate to script folder
cd /path/to/script-folder - run
npm installto install requirements - run
node proxyListto run the script
- after running the script it's will show you some status while walking through proxies and after finished you will find a new file created in the same script diectory called
proxy-list (Number).jsonabout(Number)it's a number generated something likeproxy-list 0.json,proxy-list 1.jsonto avoid overriding theproxy-listwhich means in every time you run the script it's will generate a new file with the proxy list and status
- if you get error like
Unexpected token ...that's maybe because ofjsdomversion isn't compitable with your node version you can find jsdom reslises here - Pick one that can be work good enough in you node version. The current jsdom version in
package.jsonis15.1.0that's compitable withNode v12
- if you have any problems in running the script you can open an issues