Skip to main content

Simple python client to https://free-proxy-list.net/

Project description

free-proxy-list client

Simple python client to https://free-proxy-list.net/

Requirements

  • Linux, Windows, MacOS
  • Python 3.8.+

Install package

pip install free_proxy_list

Install the latest version

git clone https://github.com/bes-dev/free-proxy-list.python
cd free-proxy-list.python
pip install .

Example

from free_proxy_list import FreeProxyListClient

client = FreeProxyListClient()
search_results = client.search(get_random_proxy=True)[0]
print(search_results)
search_results = client.search(https='yes', get_random_proxy=True)[0]
print(search_results)
search_results = client.search(https='yes', get_random_proxy=True, update_proxies=True)[0]
print(search_results)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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