Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

hexcode007/python-proxy-checker

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python proxy checker

Description

Simple multithreaded proxy checker. Takes several text files as inputs.

Usage

The script looks for all .txt files in some directory named "in_directory", takes all the proxies out, checks them and then puts the result to the file named "out_filename". The input format is "ip:port" (e.g., "127.0.0.1:8080").

So, to change the input directory and the output file, you have to alter the following lines:

in_directory = './input/'
out_filename = 'output/out_filtered.txt'

For example:

python-proxy-checker
|-- proxy.py
|
|-- README.md
|
|-- input
|   |-- first.txt
|   |-- second.txt
|   |-- third.txt
|
|-- output
    |-- out_filtered.txt

About

Simple multithreaded proxy checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.