Skip to content
/ hsnipe Public

Command-line tool for comparing product prices across NZ tech retailers

Notifications You must be signed in to change notification settings

izzymg/hsnipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsnipe

Command-line tool written in Go for comparing product prices across NZ tech retailers.

Using GitHub Releases

Pre-built binaries: Releases page.
Download the appropriate binary for your platform, extract it, and run:

cp config.example.json config.json
./hsnipe

Development / Source

Prerequisites

  • Go 1.20 or newer

Installation

Clone the repository:

git clone https://github.com/izzymg/hsnipe.git
cd hsnipe

Install dependencies:

go mod tidy

Configuration

Copy the example config and edit as needed:

cp config.example.json config.json

Edit config.json to set your search term:

{
    "searchTerm": "some hardware"
}

Usage

Run the tool:

go run main.go

Or build and run:

go build -o hsnipe
./hsnipe

About

Command-line tool for comparing product prices across NZ tech retailers

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages