amscotti / HackerJobs

A command line tool index job postings from Hacker News

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerJobs

A command line tool index job postings from Hacker News using the Hacker News API from Firebase and Bleve.

HackerJobs Output

Building and Running

With Go

  • Build with go build
  • Then run with ./HackerJobs

With Docker

  • Build with docker build -t hacker_jobs .
  • Then run with docker run hacker_jobs

With pre-build Docker image from ghcr.io

  • To download and run, use docker run ghcr.io/amscotti/hackerjobs:main

Command Line Arguments

Usage of ./HackerJobs:
  -c int
        Count of posting to be return (default 100)
  -j int
        Job posting ID from HackerNews (default 32677265)
  -q string
        Text to search for in postings (default "+text:golang +text:remote")

About

A command line tool index job postings from Hacker News

License:MIT License


Languages

Language:Go 91.1%Language:Dockerfile 8.9%