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
Release history Release notifications | RSS feed
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
File details
Details for the file free_proxy_list_client-2024.5.19.0-py3-none-any.whl
.
File metadata
- Download URL: free_proxy_list_client-2024.5.19.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8c030c56a89e889417910cafcbab2e22971cdfe62a90180ab1dc5ffa48ef114 |
|
MD5 | 3d4e04ba9ca5e24e7321e97cd013dab7 |
|
BLAKE2b-256 | 98a4384da5ebb472bf31199519ec971fb21c3a3759a31d57edae8570f46efe70 |