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

Do not fail on name checking unnamed gateways #33

Closed RobertLucey closed 2 years ago

RobertLucey commented 2 years ago

I have a gateway created by another service that has no name key which breaks init and deletion.

Would have assumed the name would be an empty string but apparently that's not the case in this instance.

Ge0rg3 commented 2 years ago

Lol, weird one, thanks 😄