Ge0rg3 / requests-ip-rotator

A Python library to utilize AWS API Gateway's large IP pool as a proxy to generate pseudo-infinite IPs for web scraping and brute forcing.
https://pypi.org/project/requests-ip-rotator/
GNU General Public License v3.0
1.36k stars 140 forks source link

Request: Add example of how this could be used with selenium #74

Open DeflateAwning opened 1 day ago

DeflateAwning commented 1 day ago

In the README, there's an example of how to "mount" this to a requests session.

I'm curious if there's a way to do the same thing, but with a Selenium driver instance?

Ge0rg3 commented 11 hours ago

Hi @DeflateAwning, your best bet is likely to run a fireprox proxy locally and set selenium to point to that proxy.

Hope this answers your question?