Skip to content

Simple to use proxy checker written in python 3.8

Notifications You must be signed in to change notification settings

ycaty/proxychecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxychecker

Simple to use proxy checker written in python 3.8 Simply put .txt files in proxyFolder containing proxies u wish to check(checks all files)

checks/loads proxyFolder for all .txt files containing proxies format is (ip:port) next tests each proxy using this url https://jesuit1771.pythonanywhere.com (Simple flask relay server i have setup that displays ip addr)

Saves all working proxies into the data/ folder Saves all burnt proxies into input_files/burnt.txt On script exit will read all files in data/ and save proxies to loot/working.txt

note:

(Script doesn't delete files in data/ folder)

Requires termcolor

pip install termcolor

Must set self.my_ip variable to your ip (script checks https://jesuit1771.pythonanywhere.com to see if your local ip is NOT within the html)

Releases

No releases published

Packages

No packages published

Languages