Skip to content

Check proxies to see if they are valid and working.

Notifications You must be signed in to change notification settings

M0dem/Proxy-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy-Checker

Check a list of proxies and return the valid ones. You can use Proxy Checker as a library or CLI.

If you find any bugs, please contact me.

Requirements:

  • requests (HTTP library)

Usage

 ProxyChecker(inlist, threads = 200, verbose = False, timeout = 25)

######Example usage:

 from proxychecker import ProxyChecker
 proxy_checker = ProxyChecker(myproxylist, timeout = 20)
 outlist = proxy_checker.start()

To use the CLI, directly execute proxychecker.py on the command line. ######Example usage:

 python proxychecker.py -h

About

Check proxies to see if they are valid and working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages