Skip to main content

Wrapper for the awmproxy.net api

Project description

awmproxy API Python Wrapper

This package simplifies using awmproxy.net api to grab proxies so you can go scraping or whatever it is you need.

Requirements: paid account with api key

Usage:

import awmproxy
awm = awmproxy.AwmProxy('abcdef0123456abcdef123456apikeyapikey')

Get results as list in ip:port:

awm.get_proxy()

Get only universal ports that change ips every request:

awm.get_proxy(universal_port=701)

Get only US proxies, as list of json dict, with all available proxy information:

awm.get_proxy(json=True, info=True, country_only='US')

Get 25 fast proxies, not Russian, with full info as a list of tuples:

awm.get_proxy(country_not='RU', info=True, limit=25, fast=True)

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

awmproxy-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distributions

awmproxy-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

awmproxy-0.1.0-py2-none-any.whl (4.4 kB view hashes)

Uploaded Python 2

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