Skip to main content

A library to manage and test proxy lists in python

Project description

froxpy

A python library to manage and test proxy lists

Documentation

froxpy.gen_proxy_dict(proxies)

Returns a dictionary object with the format the 'requests' library from python needs to use proxies in requests.

froxpy.test_proxies(proxies, timeout, output)

Return a tuple with three lists:

  • 0: is the list with working proxies
  • 1: is the list with bad proxies (caused by an error)
  • 2: is the list with timeout proxies (cause by the timeout)

Defaults:

  • 'proxies': is a empty list as default
  • 'timeout': is set to 15 seconds as default
  • 'output': is set to False as default

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

froxpy-1.0.1.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

froxpy-1.0.1-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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