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

How to log public IP used in each request? #34

Closed bestrocker221 closed 2 years ago

bestrocker221 commented 2 years ago

Hi, is it possible to include a way to log the public IP used in each request? It would be awesome to keep track of the addresses used

Ge0rg3 commented 2 years ago

Hey, thanks for using the project. Unfortunately, as far as I know, there is no way of doing this as AWS sends out the requests 'randomly' and the IPs do not appear in their logs.