Skip to main content

ProxyParser is a library for checking/parsing proxies

Project description

ProxyParser

ProxyParser is a library for checking/parsing proxies.

>>> from ProxyParser import ProxyParser
>>> 
>>> working_proxies = []
>>> proxies = ProxyParser.parseProxy()
>>> 
>>> for proxy in proxies:
>>>    if ProxyParser.checkProxy(proxy):
>>>       working_proxies.append(proxy)
>>> print("Working proxies:")
>>> print(working_proxies)
Working proxies:
['101.132.25.152:5678', '120.196.188.21:9091']

Installing ProxyParser

ProxyParser is available on PyPi:

$ python -m pip install Proxy-Parser

GitHub

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

proxyparser_checker-1.0.0.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

proxyparser_checker-1.0.0-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file proxyparser_checker-1.0.0.tar.gz.

File metadata

  • Download URL: proxyparser_checker-1.0.0.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.11.3 Windows/10

File hashes

Hashes for proxyparser_checker-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3a605c1ed442cec2a6eceaf3a629aaf80bd1995a0fe91f550d69e9c7f65be32c
MD5 2eeee1a0af612d6d26ee8e8d31d0febb
BLAKE2b-256 2c102818c901893c8006a954683b799baeda9ebf90e3e61962e67b607eac1e96

See more details on using hashes here.

File details

Details for the file proxyparser_checker-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for proxyparser_checker-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 037efae79459dd140f1233cc055e57e0160f4d2cd120a35d4dd78a8e3073fbe4
MD5 e34280277f1939992560f817d6b14fb1
BLAKE2b-256 e02e2e7b68154d1798d8a20302a51857610fb48b5196ba2aaa67d1d40d3768fd

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