Basic, free proxy utility.
Project description
Proxies Util
This package can be used to cycle through a list of free proxies as a way to easily obfuscate one's IP.
Create a ProxyService object like this:
service = ProxyService(ProxyClient())
To populate the ProxyService with a list of proxies -
service.getProxies()
After populating the ProxyService with proxies, filter through them by providing a dictionary of options to .filterProxies() -
filters = {
"anonymity": "anonymous", #"anonymous" or "elite proxy"
"code": "US", # country code
"google": True, # google compatible
"https" True, # https compatible
}
# pass True to save filltered proxies into the ProxyService.filtered_proxies attribute
filtered_proxies = service.filterProxies(filters, True)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file parkproxies-0.0.2.tar.gz.
File metadata
- Download URL: parkproxies-0.0.2.tar.gz
- Upload date:
- Size: 14.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ac7d5be27f5508f15def5ff4bcb5dd100b39d2c8ff6164fe865f9a5c5350fe0
|
|
| MD5 |
91b35bec6173799d1a22273a07e11d8f
|
|
| BLAKE2b-256 |
d13bc28ea786db59ab6935a1909a4a831052bf72ab1fc384d6688107e2638ba6
|
File details
Details for the file parkproxies-0.0.2-py3-none-any.whl.
File metadata
- Download URL: parkproxies-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
310a8adcd9162ff559e9908d32315a3a45fc95dfc9edf318c2571b6fa694e0b8
|
|
| MD5 |
ce8d83d2d5020378eee063bd37320032
|
|
| BLAKE2b-256 |
f889ba55222494c692a42ce3cd2475534c667e56a11543082148cb2f5903a8db
|