command
module
Version:
v0.0.0-...-ce4a52b
Opens a new window with list of versions in this module.
Published: Aug 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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 y price.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.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
|
|
pkg
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.