A package to fetch and check the working HTTP,HTTPS,SOCKS4,SOCKS5 proxies from a list of proxies
Project description
Open Source Library for scraping public proxies available to be used within the project for various purposes.
This Libray fetches open available proxies and sorts them according to the currently working and removes useless working proxies . Running this script timely ensures good quality http proxies
How to Use : Before using it please install dependencies if it is not installed automatically:
import asyncio
import aiohttp
import urllib3
import socket
Once this dependencies installed go to any free proxy websites. Some examples sites are :
Go to this websites and copy Load proxies through Url or API
Now
pip install proxyaudit
import proxyaudit
proxyurl="Url got from website paste here"
run_proxy_check(url,["http", "https","socks4","socks5"])
In the allowed Protocol array you can also pass one argument like: ["http"]
Allowed Protocol
http https socks4 socks5
Done a txt file will be generated with all the working proxies
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
File details
Details for the file proxyaudit-0.3.tar.gz.
File metadata
- Download URL: proxyaudit-0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6545e4bb3c312b609a221eab08a5bb1fa9c88befda0e11ea67f4ba2417ba2326
|
|
| MD5 |
54ba6531892df05e35763c602186dcec
|
|
| BLAKE2b-256 |
d362866f242608b742da7cf01c19817e48b113b5804aa5f72ea301943670386a
|