This is a silly automation to track parcels from Parcels App from the terminal, allowing stuff like formatting with JQ, TMUX and Polybar visualization, and so on.
- Copy the
config.example.jsonfile toconfig.jsonand fill it with the proper values.chrome_pathis optional and must only be used if the application doesn't locate it.
- Build the app (
go build main.go) and run the binary, or simply run it withgo run main.go. - Wait for the application to crawl the website and fetch the tracking info.
- Go 1.19 (>1.15 should do it)