This is a simple proxy scraper script that fetches proxies from various sources and saves them to a file named "proxies.txt". After the script finishes running, it displays a message to the user indicating that the file has been created.
Created by Joe Shenouda (www.shenouda.nl)
This is a simple proxy scraper script that fetches proxies from various sources and saves them to a file named “proxies.txt”. After the script finishes running, it displays a message to the user indicating that the file has been created.
python --version
or python3 --version
in your command line or terminal.httpx
library, which is required to make HTTP requests, by running the following command: pip install httpx
or pip3 install httpx
.proxy_scraper.py
.python proxy_scraper.py
or python3 proxy_scraper.py
.This project is released under the MIT License. See the LICENSE
file for more information.
If you would like to support this project, you can make a donation through PayPal:
Don’t forget to give this repo a ✨ STAR!