You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking of implementing a proxy pool manager to store proxies and log their status such as current speed, used rate, etc. This would allow you to rotate proxies, reload browsers to change the proxies, etc.
@browser decorator takes proxy as a parameter but would be much more usable if it took a specific implementation of a class or a list of proxies instead.
but I am not sure if this is the best solution. Has anyone experimented with this and has some suggestions? Exactly for this case there were not any examples.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was thinking of implementing a proxy pool manager to store proxies and log their status such as current speed, used rate, etc. This would allow you to rotate proxies, reload browsers to change the proxies, etc.
@browser decorator takes proxy as a parameter but would be much more usable if it took a specific implementation of a class or a list of proxies instead.
take a look at a POC ProxyManager:
and I would try to implement the scraping task accordingly:
but I am not sure if this is the best solution. Has anyone experimented with this and has some suggestions? Exactly for this case there were not any examples.
Beta Was this translation helpful? Give feedback.
All reactions