Skip to main content

Need proxy? Catch it.

Project description

Need proxy? You`re welcome.

To parse really big site in a small amount of time you need to make hundreds of requests concurrently and not being banned (that’s mainly impossible to do from one IP).

So, proxipy could help you with this.

It returns a random proxy (or list of proxies) to use it directly in requests module.

Installation

$ pip install proxipy

Usage

First, we need to import our module (and/or requests):

>>> from proxipy import proxipy
>>> import requests

And use it with/out filters:

>>> prox = proxipy()
>>> prox
{'http': ..., 'https': ...}
>>> req = requests.get('http://httpbin.org/get',
...                    proxies=proxipy(country='US', port=8080))
>>> req
<Response [...]>

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

proxipy-1.1.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

proxipy-1.1-py2.py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 2 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