job-hunter-toolkit

command module
v0.0.0-...-428d182 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: MIT Imports: 9 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL