Skip to content

hackflu/go-proxy-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

go-proxy-scraper

A simple Go script to scrape proxy IP addresses from a website.

📦 Features

  • Scrapes proxy IPs from a specified website.

🛠️ Libraries Used

  • net/http — For sending HTTP requests to fetch webpage data.
  • golang.org/x/net/html — For parsing and traversing HTML to extract proxy information.

These are standard Go libraries and modules widely used for web scraping tasks.

⚙️ Requirements

  • Go 1.18+

🛠️ Setup

  1. Clone the repository:

    git clone https://github.com/hackflu/go-proxy-scraper.git
    cd go-proxy-scraper

About

scrape proxy from a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages