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

Uploaded Source

Built Distribution

proxylists-0.12.0-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.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

Hashes for proxylists-0.12.0.tar.gz
Algorithm Hash digest
SHA256 456112ca805874c1ee0c169174beca7e5443dacf517e49d2cc64087c7b92d3ae
MD5 133f542d8648da6d5369ce5d9f966b19
BLAKE2b-256 1d1ed205ea7de9ae097a4d27f34f9d2ff2d331e0e0c8a8c68044125d4dac00bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for proxylists-0.12.0-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa707fc5898a34927d763e029b10a38319790ca75c9d7150d534fba641b1418e
MD5 e81bd3c2bc80b45c8694e28220d7c532
BLAKE2b-256 1af3c14cf7cb5f2854dc8a43ba1b9d925289190cdcf10a0e9e383bb6394f5411

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