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.2.tar.gz
(2.3 kB
view details)
File details
Details for the file proxy_bouncer-0.0.2.tar.gz
.
File metadata
- Download URL: proxy_bouncer-0.0.2.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 | df4f5ee3bca7a1a8d8e9d07ea2b59a60549cd1048156ceaf003739787c63c437 |
|
MD5 | 270da9942b45cea5f5b332813e2115f2 |
|
BLAKE2b-256 | dfcced99023853c7d3410edfd61df2f4c7c0d57af00c8cec21330c0821a8d871 |