Skip to main content

Valid proxy server ('alive' or 'dead')

Project description

py-valid-proxy

Installation

pip install py-valid-proxy

Usage

import pprint
from py_valid_proxy import valid_proxy

"""Valid proxy server ('alive' or 'dead')

Parameters
----------
host : str
    IP Address
port : int
    Port
scheme: str, optional
    Scheme (default is 'http')
timeout: int, optional
    Connect timeout is number of seconds (default is 5 sec.)
    Returns
    -------
        None if proxy is 'dead'
        class Proxy if proxy is 'alive'
"""
proxy_info = valid_proxy('8.219.97.248', 80, 'https', 10)
if proxy_info:
	print('is alive')
	pprint(proxy_info)
else:
	print('is dead')
$ valid_proxy -h
usage: valid_proxy [-h] -ip IP -p P [-s {http,https,socks4,socks5}] [-t T] [-V]

Valid the functionality of the proxy server

options:
  -h, --help            show this help message and exit
  -ip IP                IP address of proxy server
  -p P                  PORT of proxy server
  -s {http,https,socks4,socks5}
                        SCHEME of proxy server
  -t T                  The connect timeout is the number of seconds
  -V, --version         show program's version number and exit

$ valid_proxy -ip 12.186.205.120 -p 80 -s http
http://12.186.205.120:80 ... is alive
anonymity: high_anonymous
country: US
response time: 4.71 (secs)

$ valid_proxy -ip 12.186.205.120 -p 80 -s https 
https://12.186.205.120:80 ... is alive
anonymity: transparent
country: US
response time: 0.5 (secs)

$ valid_proxy -ip 2.189.59.54 -p 80
http://2.189.59.54:80 ... is dead

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_valid_proxy-0.3.1.tar.gz (3.1 MB view details)

Uploaded Source

Built Distribution

py_valid_proxy-0.3.1-py3-none-any.whl (3.1 MB view details)

Uploaded Python 3

File details

Details for the file py_valid_proxy-0.3.1.tar.gz.

File metadata

  • Download URL: py_valid_proxy-0.3.1.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/6.5.0-41-generic

File hashes

Hashes for py_valid_proxy-0.3.1.tar.gz
Algorithm Hash digest
SHA256 d1af28a77355d537260bd1122370be2ab5e580e08ad6d20f67ae02dea56ca3f0
MD5 bdc2ba916d82f1622f0ce1cd7daee3b4
BLAKE2b-256 133ad861540b08be8f576e03b67023fa2cdbc5aa90d7a5edb6040f1a3145197d

See more details on using hashes here.

File details

Details for the file py_valid_proxy-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: py_valid_proxy-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.6 Linux/6.5.0-41-generic

File hashes

Hashes for py_valid_proxy-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 266deec43e828665b222a501f42a89bdb55b9218a4d62ff3f3080bba0eb8c360
MD5 c161276299950fcca6e6a3623876c365
BLAKE2b-256 ca1abe0d785aebcba2db2377d4ca0adece82e0be069c8be008c3d7a5c5502bdb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page