Checkerproxy

Get active proxies from checkerproxy.net


License
MIT
Install
pip install Checkerproxy==0.2

Documentation

Checkerproxy

PyPI version

A package to easily get a list of proxies from http://checkerproxy.net. Checkerproxy usually returns ~1400 proxies.

Made for Python 3

Installation

Install using pip

pip install Checkerproxy

Example

>>>from Checkerproxy import Checkerproxy
>>>checkp = Checkerproxy()
>>>checkp.proxies[0]
127.0.0.1
>>>checkp.random_proxy()
10.0.13.37

Dependencies:

requests
beautifulsoup4

Checkerproxy object

Attributes:

Methods:

  • random_proxy(): returns a random proxy