proxywhirl.rotator

Proxy rotation implementations.

This package provides both synchronous and asynchronous proxy rotators with automatic failover, circuit breakers, and connection pooling.

Usage:
Synchronous:
>>> from proxywhirl.rotator import ProxyWhirl
>>> rotator = ProxyWhirl(proxies=[...])
Asynchronous:
>>> from proxywhirl.rotator import AsyncProxyWhirl
>>> rotator = AsyncProxyWhirl(proxies=[...])

Submodules