Proxyscraper
Proxy Scraper (HTTP & SOCKS)
Install / Use
/learn @alphaa1111/ProxyscraperREADME
Proxy Scraper (HTTP & SOCKS)
Golang script designed to scrape both HTTP and SOCKS proxy information from publicly available sources and saves them for your own use.
Features
- Retrieves a list of HTTP proxies from free-proxy-list.net and saves them to "http.txt".
- Retrieves a list of SOCKS proxies from socks-proxy.net and saves them to "socks.txt".
- User-friendly format for easy integration into your projects.
- Lightweight and easy to use.
Usage
- Clone this repository:
git clone https://github.com/variableninja/proxyscraper.git
cd proxyscraper
- Build the Go programs
go build http.go
go build socks.go
- Run them and have fun!
./http
./socks
License
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer
This program is intended for educational and research purposes only, use it responsibly and in compliance with the terms of service of the websites you scrape.
