Modern proxy collection and validation tool with beautiful CLI interface
|
|
Python 3.8+# Clone or Download the Repository
git clone https://github.com/kranoley/Proxy-Scraper-Parser-And-Checker.git
cd Proxy-Scraper-Parser-And-Checker
pip install -r requirements.txt
python main.py# Performance
TIMEOUT = 5 # Proxy check timeout (seconds)
FETCH_TIMEOUT = 30 # Source fetch timeout (seconds)
CONCURRENT_CHECKS = 1000 # Parallel check limit
# Sources per protocol
PROXY_SOURCES = {
'socks5': [...],
'socks4': [...],
'http': [...],
'https': [...]
}PROXY_SOURCES = {
'socks5': [
'https://domain.com/proxies.txt',
]
}

