Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 510 Bytes

File metadata and controls

30 lines (20 loc) · 510 Bytes

About

A Go-based toolset for analyzing https://news.ycombinator.com data.

whoishiring scraper

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_users
  • scrape_items
  • analytic_items

Run it with:

go run ./cmd/hnanalytics

Development

  • Go 1.22+
  • make (optional convenience commands)

Useful commands

make run
make test
make fmt