Skip to main content

Proxy engine for Python.

Project description

Proxine

Proxy engine for Python.

Basic usage

Check proxies one by one:

import requests
from proxine.sources import get_all

proxies = get_all()

for proxy in proxies:
    try:
        r = requests.get(
            "https://httpbin.org/ip",
            proxies={
                "http": proxy.to_string(),
                "https": proxy.to_string(),
            },
            timeout=5,
        )
        print("OK", proxy)
    except Exception:
        print("ERROR", proxy)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proxine-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file proxine-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: proxine-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for proxine-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b2445925247c528473205847544ec5a80e6858813d4221c4cf38142ac19a10af
MD5 abeba12ebd9ca57f59236b4fa8ccbdbf
BLAKE2b-256 44960f0b968ef60e1be6f5b02dfc40a3e507dd42f75c9607a4682d2e88308fc5

See more details on using hashes here.

Supported by

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