Skip to content

Proxy CHK : This Python script validates a list of proxies from a text file (proxies.txt) and saves the working ones to output.txt. Configuration settings like timeout duration are managed through config.ini.

Notifications You must be signed in to change notification settings

14627s/Proxy-CHK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy CHK

This Python script checks a list of proxies for connectivity and saves the working proxies to an output file.

Features:

  • Validates proxies from a text file (proxies.txt).
  • Configuration settings managed via config.ini for timeout and file paths.
  • Simple and easy-to-use.

Usage:

  1. Ensure Python 3.x is installed.
  2. Modify config.ini to set your preferred timeout and file paths.
  3. Run proxychk.py to start checking proxies and save it on output.txt.

Configuration (config.ini):

  • timeout: Timeout duration (in seconds) for each proxy check.
  • proxies_file: Path to the text file containing the list of proxies.
  • output_file: Path to the output file where working proxies will be saved.

Default (config.ini):

[Settings]
timeout = 5
input_file = proxies.txt
output_file = output.txt

image image

About

Proxy CHK : This Python script validates a list of proxies from a text file (proxies.txt) and saves the working ones to output.txt. Configuration settings like timeout duration are managed through config.ini.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages