Package for getting useful proxy servers, can use lists like hidemy or proxydb.
Project description
proxylists
Proxylists is a simple tool for getting a list of proxy IPs from free proxy servers using several providers.
Supported Providers:
- free-proxy-list.net
- hidemy.name
- proxydb.net
can retrieve a list of IPs by provider or from all of them using the "get_proxies()" method.
Download
The list can be tabulated (one proxy by line, to save on .txt, csv, etc) or a python dictionary.
Usage
from proxylist import get_proxies
proxies = get_proxies()
Or get the list from a single provider:
from proxylist.proxies import ProxyDB # getting from proxydb.net
import asyncio
async def get_proxies():
return await ProxyDB().get_list()
loop = asyncio.get_event_loop()
proxies = loop.run_until_complete(get_proxies())
print(proxies)
License
Proxylists is licensed under BSD license.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proxylists-0.14.2-py3-none-any.whl.
File metadata
- Download URL: proxylists-0.14.2-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
812a82ebde8f38299d3141effd0443d9b52253af3790bab1634acc9eaeccae11
|
|
| MD5 |
1df0b2e89d142114546fc901bd0a649c
|
|
| BLAKE2b-256 |
ba04e0de1e3831e3324082ac0ee8cf3400e81351a1418873936530aedc49c088
|