Skip to content

A command line tool index job postings from Hacker News

License

Notifications You must be signed in to change notification settings

amscotti/HackerJobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerJobs

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

asciicast

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

Resources

License

Stars

Watchers

Forks

Packages