Skip to main content

scraps proxys from an online list then returns and logs a list of valid and anon proxies

Project description

Proxy Bouncer

Proxies are scraped and saved from https://free-proxy-list.net

To save a log of anonymous active proxies use the command

get_proxy(log=True)

Used as a function in another program, get_proxy() will return a random it will a proxy oject as shown in the example below:

`

P = get_proxy()

print(P.ip_addr)        

'103.18.133.34'

print(P.port)

'21776'

print(P.code)

'ID'

print(P.country)

'Indonesia'

print(P.anon_level)

'elite proxy'

print(P.google)

'no'

print(P.https

'no'

`

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

proxy_bouncer-0.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

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