What Is This? - A command-line tool that checks text files for good and bad proxies.
How to Download: Open the terminal on your system and type the following command:
git clone https://github.com/KafetzisThomas/Proxy-Checker.git
➜ cd path/to/script/directory
$ python3 -m venv env/
$ source env/bin/activate
$ pip3 install -r requirements.txt
$ touch proxies.txt
$ nano proxies.txt
Add your proxies, one per line:
➜ http://192.168.1.100:8080 # Example proxy
➜ ...
Save changes and close the file.
$ python3 main.py <filename>