The tool to check the health of proxy list
Project description
Installation
pip 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
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.8.tar.gz
(5.1 kB
view details)
File details
Details for the file prox-0.0.8.tar.gz
.
File metadata
- Download URL: prox-0.0.8.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0dadba7a625a301e265c9a2ab8619ac3a854d55ad0da149351cbb6bb0ca6993 |
|
MD5 | 4a255c82fdb74b8c1488e10c6e85d90e |
|
BLAKE2b-256 | 076c960106700b5715141b661d1946a5cf6adb2c83692dfd6f039f64a950129c |