proxipy

Need proxy? Catch it.


License
MIT
Install
pip install proxipy==1

Documentation

proxipy

Get random proxy to parse sites.

Sometimes you need to parse really big site (that blocks you due to large number of requests in small amount of time) in short time.

So, proxipy could help you with this.

It returns a random proxy (or list of proxies), preliminary checking its workability.

Installation

$ pip install proxipy

Usage

>>> from proxipy import Proxipy
>>> prox_ins = Proxipy()  # Creating proxipy instance (building list of proxies)
>>> rand_prox = prox_obj()  # Picking one random proxy (everytime new)
>>> rand_prox
'http://88.88.88.88:8080'  # You will get real proxy

Author

  • sttr (@sttlr)

Notes

  • Checked only on Python 3.6.X