New feature added https://github.com/mattseh/python-web/commit/0b2de8296551b2c9915054967a3bc7f948a23cc8
rate limit your proxies easily.
manager = ProxyManager(proxies)
then for example:
web.grab(url,manager)
it will use a proxy that hasnt been used for (by default) 20 seconds.
Great for hitting google etc
rate limit your proxies easily.
manager = ProxyManager(proxies)
then for example:
web.grab(url,manager)
it will use a proxy that hasnt been used for (by default) 20 seconds.
Great for hitting google etc
