Skip to content

Korn1699/job-hunter-toolkit

 
 

Repository files navigation

Job Hunter Toolkit

GitHub license GitHub action go report PRs Welcome

The job hunter's toolkit. Helps search job postings for hundreds of companies.

👩🏽‍💻 To get started, check out the interactive tutorial.

Install

$ go get -u -v github.com/job-hunter-toolkit/job-hunter-toolkit
...

Help

$ job-hunter-toolkit help
Usage:
  job-hunter-toolkit [command]

Available Commands:
  help         Help about any command
  job-postings Find job postings from various companies
  job-sources  List the various companies available from job-postings

Flags:
  -h, --help   help for job-hunter-toolkit

Use "job-hunter-toolkit [command] --help" for more information about a command.

Job Postings

$ job-hunter-toolkit job-postings
company: ... title: ... location: ... url: ...
company: ... title: ... location: ... url: ...
...

Output as newline separated JSON:

$ job-hunter-toolkit job-postings --json
{"company":"...","title":"...","location":"...","url":"..."}
{"company":"...","title":"...","location":"...","url":"..."}
...

Output as CSV (with no headers):

$ job-hunter-toolkit job-postings --csv
company,title,location,url
company,title,location,url
company,title,location,url
...

Total Job Postings Over Time

Total Job Postings Over Time

About

💼 Finding jobs with a CLI made easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Gnuplot 0.2%