Skip to main content

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


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.1.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

proxylists-0.12.1-py3-none-manylinux_2_28_x86_64.whl (10.0 kB view details)

Uploaded Python 3 manylinux: glibc 2.28+ x86-64

File details

Details for the file proxylists-0.12.1.tar.gz.

File metadata

  • Download URL: proxylists-0.12.1.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

Hashes for proxylists-0.12.1.tar.gz
Algorithm Hash digest
SHA256 d368ab9a3390fb53338c540f874838bbfebb3220dea737dda934d277957f5a7b
MD5 093afcee5aaf28a46c7755da08353dd3
BLAKE2b-256 3ad03dbe35b6030dcd9912e38532f1538a64e398c5e0e6b00ae3b68e65f5713d

See more details on using hashes here.

File details

Details for the file proxylists-0.12.1-py3-none-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for proxylists-0.12.1-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5db0286c61527c734ae056e84d5aa479e48fc6cc96e08d3ebac32bc5051f4e0
MD5 19c08312ee8648bbbf91b4311d31ec09
BLAKE2b-256 bd7c3edacacd56e31a73c7ac1de13147897b8177c9c563395fef97882f01eb12

See more details on using hashes here.

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