jhao104 / proxy_pool

Python ProxyPool for web spider
https://jhao104.github.io/proxy_pool/
MIT License
21.56k stars 5.18k forks source link

How to configure it as a proxy server? #234

Open cs16lover opened 5 years ago

cs16lover commented 5 years ago

How can I configure a proxy server that reads from your proxy pool? And update proxy server settings by dynamically? (like update proxy list from proxy pool in every hour etc)

ozhiwei commented 5 years ago

hello, it's a good question, but we not have the feature.

if you want this feature, i suggest you can reference haiproxy

it's implement dynamically proxy server by squid as proxy server and python script as update squid proxy config file

maybe can help you!

jhao104 commented 5 years ago

How can I configure a proxy server that reads from your proxy pool? And update proxy server settings by dynamically? (like update proxy list from proxy pool in every hour etc)

we not provide proxy services, just code

cs16lover commented 5 years ago

How can I configure a proxy server that reads from your proxy pool? And update proxy server settings by dynamically? (like update proxy list from proxy pool in every hour etc)

we not provide proxy services, just code

Yes I know. I'm asking the code for proxy pool rotation? Does your software/code has that feature?