Requests Ip Rotator Versions Save

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.

v1.0.14

1 year ago

What's Changed

Full Changelog: https://github.com/Ge0rg3/requests-ip-rotator/compare/v1.0.12...v1.0.14

v1.0.12

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Ge0rg3/requests-ip-rotator/compare/v1.0.11...v1.0.12

v1.0.11

2 years ago

A release to merge #27, #29 and to close #22.

v1.0.10

2 years ago

Few PRs moved into this:

  • Can now handle with block
  • Automatically randomize X-Forwarded-For header
  • No longer creates usage plans
  • Updated README with better process explanation

Will be creating a separate project to address #6 in the coming month, that will depend on this project for creating AWS resources. Its too big a jump to transform this into a truly async project on its own, as requests does not handle it well.