Skip to content

KafetzisThomas/Proxy-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy-Checker

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

Setup

Set up Virtual Environment

cd path/to/script/directory
$ python3 -m venv env/
$ source env/bin/activate

Install Dependencies

$ pip3 install -r requirements.txt

Prepare Your Proxies File

$ 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.

Run Python Script

$ python3 main.py <filename>

About

Checks text files for good and bad proxies.

Topics

Resources

License

Stars

Watchers

Forks

Languages