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 Distribution
proxylists-0.12.0.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file proxylists-0.12.0.tar.gz
.
File metadata
- Download URL: proxylists-0.12.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 456112ca805874c1ee0c169174beca7e5443dacf517e49d2cc64087c7b92d3ae |
|
MD5 | 133f542d8648da6d5369ce5d9f966b19 |
|
BLAKE2b-256 | 1d1ed205ea7de9ae097a4d27f34f9d2ff2d331e0e0c8a8c68044125d4dac00bc |
File details
Details for the file proxylists-0.12.0-py3-none-manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: proxylists-0.12.0-py3-none-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa707fc5898a34927d763e029b10a38319790ca75c9d7150d534fba641b1418e |
|
MD5 | e81bd3c2bc80b45c8694e28220d7c532 |
|
BLAKE2b-256 | 1af3c14cf7cb5f2854dc8a43ba1b9d925289190cdcf10a0e9e383bb6394f5411 |