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 Distributions

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

Built Distribution

proxylists-0.13.1-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file proxylists-0.13.1-py3-none-any.whl.

File metadata

  • Download URL: proxylists-0.13.1-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for proxylists-0.13.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1d83553726d61198412cc3815d3407a1f7e450590ddaf3929e87f89cd5b61c7e
MD5 fec96c44c0eedd09806023b7491f7c3f
BLAKE2b-256 bdf92cef5fb5f52a4cb7850fdd8f23b684287dd936d880338deaaf41b9509b15

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