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.
- Fetches proxies from multiple sources
- Supports HTTP, SOCKS4, and SOCKS5 proxies
- Saves the scraped proxies to a text file
- Ensure you have Python 3.7 or higher installed on your system. You can check the installed version by running
python --version
orpython3 --version
in your command line or terminal. - Install the
httpx
library, which is required to make HTTP requests, by running the following command:pip install httpx
orpip3 install httpx
. - Save the provided script to a file named
proxy_scraper.py
. - Run the script using the command
python proxy_scraper.py
orpython3 proxy_scraper.py
. - Upon completion, the script will display a message "Proxies have been saved to proxies.txt", and the proxies will be saved in the "proxies.txt" file in the same directory as the script.
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!