Skip to main content

Rotate IP In Http Request

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ip_rotator-1.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

ip_rotator-1.3-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page