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
Release history Release notifications | RSS feed
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.0.tar.gz
(2.3 kB
view details)
File details
Details for the file proxy_bouncer-0.0.0.tar.gz.
File metadata
- Download URL: proxy_bouncer-0.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7909e03c2370826e31017c1761ee05e53c70acd4957be0fcc09f962b56281e69
|
|
| MD5 |
3c440ee06bd770723ae2e8f225bcf286
|
|
| BLAKE2b-256 |
fc0821206660ce633f47ee0cfe03e02339efaf400171167ca138a32e858bb237
|