A Go-based toolset for analyzing https://news.ycombinator.com data.
The scraper pulls data from the official Hacker News Firebase API and stores it in a local datastore file (whoishiring.db.json). It maintains three logical collections:
scrape_usersscrape_itemsanalytic_items
Run it with:
go run ./cmd/hnanalytics- Go 1.22+
make(optional convenience commands)
make run
make test
make fmt