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.
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
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?