Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ip-rotator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-rotator

Rotate IP In Http Request

  • 1.3
  • PyPI
  • Socket score

Maintainers
1

Ip_rotator

ip_rotator helps to hides your ip address in http request.

This library searches every free proxy server that is available and set proxy in the request library.

This library will allow the user to bypass IP-based rate-limits for sites and services.

Installation

pip install ip-rotator

ip_rotator officially supports Python 3.7+.

Usage

Default

import ip_rotator

proxy = ip_rotator.Proxy(https = False)  # To access https url set (https = True)

response = proxy.session.get('http://api.ipify.org/?format=json') # https request

To Change Ip

proxy.changeIp()  # to change ip

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc