modulepackage
0.0.0-20240810194632-ce4a52b1db24
Repository: https://github.com/aquilabot/kreapc-api.git
Documentation: pkg.go.dev
# README
PC Part Picker Scraper
This project is a scraper for the PC Part Picker website.
Project structure
The project consists of the following significant modules:
main.go
: The entry point to the program.pkg/scraper/scraper.go
: The main module that handles the web scraping process.internal/models/parts.go
yprice.go
: These modules contain the definitions of the data models used.internal/utils/utils.go
: Contains utility/help functions used throughout the project.go.mod
: The Go module file that manages the project dependencies.
How to use
The program can be run using the go run main.go
command from the root of the project.
Make sure you have all dependencies installed as specified in go.mod
.
# Packages
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author