A simple script to test if one or more HTTP proxies are working by fetching a webpage.
Project description
# proxytest
Simple command-line script to check if multiple proxies are up by fetching a webpage through each.
## Installation:
Requires Python 3.4 or above.
```
pip3 install proxytest
```
or
```
python3 -m pip install proxytest
```
## Usage examples:
```
proxytest 1.2.3.4:8080 1.2.3.4:8081
proxytest 1.2.3.4:8080-8081 # same as above
proxytest "http://user:pass@exampleproxy.com:3128" "111.222.333.444:8080-8082" "111.222.333.444:8085-8090" --verbose
proxytest "1.2.3.4:1234" --url="https://example.com" --print
proxytest --help
```
## Exit codes:
* 1 - invalid input
* 2 - at least one proxy failed
## Links:
https://github.com/yoleg/proxytest
Simple command-line script to check if multiple proxies are up by fetching a webpage through each.
## Installation:
Requires Python 3.4 or above.
```
pip3 install proxytest
```
or
```
python3 -m pip install proxytest
```
## Usage examples:
```
proxytest 1.2.3.4:8080 1.2.3.4:8081
proxytest 1.2.3.4:8080-8081 # same as above
proxytest "http://user:pass@exampleproxy.com:3128" "111.222.333.444:8080-8082" "111.222.333.444:8085-8090" --verbose
proxytest "1.2.3.4:1234" --url="https://example.com" --print
proxytest --help
```
## Exit codes:
* 1 - invalid input
* 2 - at least one proxy failed
## Links:
https://github.com/yoleg/proxytest
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
proxytest-0.2.4.tar.gz
(6.8 kB
view hashes)
Built Distribution
proxytest-0.2.4-py3-none-any.whl
(11.7 kB
view hashes)
Close
Hashes for proxytest-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6709ec421d2c70ce3ecdb6747e2a82e9f5dc2ca5b641456423f4b8607ea69712 |
|
MD5 | 579a986eaa4f02b788bc49a2a7c8caf6 |
|
BLAKE2b-256 | 2ab8dd7ca539ef6039bf7c765fcf9aa9cc9d1aaf05b81b44eaafe6c272a34883 |