Skip to main content

A Way Getting Proxies Easily. (Powered By ProxyScrape)

Project description

ProxyScrapeAsync

A Way Getting Proxies Easily. (Powered By ProxyScrape)

Downloads Downloads Downloads Requires: Python 3.x Version: 0.0.1

Setup:

pip3 install ProxyScrapeAsync

Github

Usage

import asyncio
import ProxyScrapeAsync as API

async def test():
  proxies = await API.get_proxies(
    request="displayproxies",
    protocol="http",
    timeout="10000",
    country="all",
    ssl="all"
  )
  print(proxies)
  info = await API.get_proxyinfo()
  print(info.last_updated)
  print(info.proxy_count, "proxies")
  
asyncio.run(test())

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

ProxyScrapeAsync-0.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

ProxyScrapeAsync-0.0.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

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