The tool to check the health of proxy list
Project description
Installation
pip3 install -U prox
How to check the proxy list
You have to provide at least the type and location of proxy list.
If the proxylist located at http://example.com/abc.txt:
prox_check socks URL http://example.com/abc.txt
If the list is in local file:
prox_check socks path/to/file.txt
How to check multiple lists
Create file foo.yml like:
config:
save: 1
task:
- proxy_type: socks
plist_url: var/plist1.txt
limit: 100
- proxy_type: http
plist_url: http://example.com/servers.txt
limit: 100
It should by YML list of tasks. Each task contains key names same as check_plist.py command line arguments.
Run the command:
prox_task foo.yml
The tool to filter proxy list by countries
Use prox_geo command with –stat option to see number of proxies grouped by country.
Use prox_geo command with -i, -x and –exclude-list options to filter proxy list
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
prox-0.0.16.tar.gz
(1.3 MB
view details)
File details
Details for the file prox-0.0.16.tar.gz
.
File metadata
- Download URL: prox-0.0.16.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6120825e0f59969ebd2a172ad286ba67d57a684577c4e5b44e72760a1421e3e4 |
|
MD5 | cc2ca76b1d7e4cf43a02ab32a04aa6d0 |
|
BLAKE2b-256 | a13f74f8ace60ed0f567835fc2d012368da6deefe807a650a05fdd17cedb15d8 |