Official Python SDK for the ProxyHubb Bulk Proxy Pool API
Project description
proxyhubb
Official Python client for the ProxyHubb Bulk Proxy Pool API.
Install
pip install proxyhubb
Usage
from proxyhubb import ProxyHubClient
client = ProxyHubClient("phub_...") # default: https://api.proxyhubb.com
pool = client.create_pool("scrapers", size=5)
proxies = client.as_requests_proxy(pool["id"])
Create an API key in the dashboard (phub_…).
Gateway helper (optional):
from proxyhubb import ProxyClient
gw = ProxyClient(proxy_auth="user:pass")
resp = gw.request("GET", "https://api.ipify.org")
License
MIT
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
proxyhubb-0.1.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proxyhubb-0.1.0.tar.gz.
File metadata
- Download URL: proxyhubb-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0672fc84ea15ed96df992749a5449749426777e142627eb3a7299b234d56d65
|
|
| MD5 |
131ca249200a0ff8b124b3202ba46afe
|
|
| BLAKE2b-256 |
8ff5cc4bd4691f11fecd0f4dba4c9113a88cbccaf2f62ad686a73fdbc0c0de9c
|
File details
Details for the file proxyhubb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: proxyhubb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e28af56f4a34341b26d5877305920e30268e527be61e976b5f8e093f03454ce0
|
|
| MD5 |
ccea8d7a1958d10df52a280196386dcd
|
|
| BLAKE2b-256 |
191ebbeccabc192b5610d3ea2e54a91267bacaba052037178b96cf0766b5ac2f
|