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.33k stars 138 forks source link

Option to Require Manual Shutdown #45

Closed Ge0rg3 closed 1 year ago

Ge0rg3 commented 1 year ago

Writing as a note to self -- Will be adding a parameter to gateway.start() that allows the users' gateways to be persistent (not deleted by gateway.shutdown()). This avoids accidental deletion when the lib is used in shared projects.