Fetches Spotlight PA stories from the Philadelphia Inquirer
First install Go.
If you just want to install the binary to your current directory and don't care about the source code, run
GOBIN="$(pwd)" GOPATH="$(mktemp -d)" go get github.com/spotlightpa/inky-fetch
TKTK