Command-line tool written in Go for comparing product prices across NZ tech retailers.
Pre-built binaries: Releases page.
Download the appropriate binary for your platform, extract it, and run:
cp config.example.json config.json
./hsnipe- Go 1.20 or newer
Clone the repository:
git clone https://github.com/izzymg/hsnipe.git
cd hsnipeInstall dependencies:
go mod tidyCopy the example config and edit as needed:
cp config.example.json config.jsonEdit config.json to set your search term:
{
"searchTerm": "some hardware"
}Run the tool:
go run main.goOr build and run:
go build -o hsnipe
./hsnipe