freeProxyProxies
Project description
_____ __________ __________ .__
_/ ____\______ ____ ____\______ \_______ _______ ______.__.\______ \_______ _______ __|__| ____ ______
\ __\\_ __ \_/ __ \_/ __ \| ___/\_ __ \/ _ \ \/ < | | | ___/\_ __ \/ _ \ \/ / |/ __ \ / ___/
| | | | \/\ ___/\ ___/| | | | \( <_> > < \___ | | | | | \( <_> > <| \ ___/ \___ \
|__| |__| \___ >\___ >____| |__| \____/__/\_ \/ ____| |____| |__| \____/__/\_ \__|\___ >____ >
\/ \/ \/\/ \/ \/ \/
freeProxyProxies
freeProxyProxies is a Python package for fetching proxy lists from various sources.
Installation
Install freeProxyProxies using pip:
pip install freeProxyProxies
Usage Example
from freeProxyProxies import Proxies
# Create a Proxies instance
proxies = Proxies()
# Get SSL proxy list
ssl_proxies = proxies.ssl_Proxy()
# Get free proxy list
free_proxies = proxies.free_Proxy()
# Get US proxy list
us_proxies = proxies.US_Proxy()
# Get UK proxy list
uk_proxies = proxies.UK_Proxy()
# Get anonymous proxy list
anonymous_proxies = proxies.anonymous_Proxy()
# Get all available proxy lists
all_proxies = proxies.all_Proxy()
# Example of printing proxy lists
print("SSL Proxy List:", ssl_proxies)
print("Free Proxy List:", free_proxies)
print("US Proxy List:", us_proxies)
print("UK Proxy List:", uk_proxies)
print("Anonymous Proxy List:", anonymous_proxies)
print("All Available Proxy Lists:", all_proxies)
import freeProxyProxies
# Example of printing proxy lists
print("SSL Proxy List:", freeProxyProxies.ssl_Proxy())
print("Free Proxy List:", freeProxyProxies.free_Proxy())
print("US Proxy List:", freeProxyProxies.US_Proxy())
print("UK Proxy List:", freeProxyProxies.UK_Proxy())
print("Anonymous Proxy List:", freeProxyProxies.anonymous_Proxy())
print("All Available Proxy Lists:", freeProxyProxies.all_Proxy())
Contributions
If you find any issues or would like to contribute code, please visit the GitHub repository freeProxy.
Author
- Author: Coward
- Email: CryingCoward@proton.me
License
This project is licensed under the MIT License. For more details, see the LICENSE file.
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
freeProxyProxies-0.2.tar.gz
(4.8 kB
view details)
File details
Details for the file freeProxyProxies-0.2.tar.gz.
File metadata
- Download URL: freeProxyProxies-0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f69d99f0111f7f3e30380a211f28240218eb08ba02bdf4ffaf9a5fdeb1c630b
|
|
| MD5 |
25e6d1f5cf3bd4c535d9322b911ee980
|
|
| BLAKE2b-256 |
4f33cc156905b4a7ad9d5196c216c9d1ad85b4c4ec839688c17ceb8890b5e397
|