This script manages proxies by fetching them from specified URLs, validating them, and periodically updating the list of working proxies.
- Fetch proxies from a list of URLs
- Validate proxies and filter out non-working ones
- Support for different types of proxies: HTTP, SOCKS4, SOCKS5
- Fast mode for quick proxy validation
- Debug mode for detailed logging
- Scheduled fetching and validation
- Clone the repository:
git clone https://github.com/Lucky7897/Get-free-proxies-that-work-automated.git
- Install required dependencies:
pip install -r requirements.txt
- Run the script:
python script.py
proxy.txt
: Add the URLs to fetch proxies from.socks4_proxies.txt
: This file will store the fetched proxies.invalid_urls.txt
: This file will store URLs that failed to fetch proxies.proxy_stats.txt
: This file will store statistics about the fetched proxies.
When running the script, you will be prompted to choose the type of proxies, mode, and whether to run in a loop.
- Lucky7897