module
0.0.0-20231222234254-e9cfe1e2720a
Repository: https://github.com/aleksandir/go_scraper.git
Documentation: pkg.go.dev
# README
Go Web Scraper
This project is a Go program developed to learn and understand the process of web scraping. It scrapes data from https://scrapeme.live/shop and adds it to a scv file.
The main logic of the scraper can be found in src/scraper.go
.
Installation
Ensure Go is installed on your machine. Clone this repository and navigate to the project directory.
Packages Used
The colly
package is used in this project for web scraping. Install it by running the following command in your terminal:
go get -u github.com/gocolly/colly/...
# Packages
No description provided by the author