| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
scrape is a command line script that builds 🔧 🔩 🔨
CSV results of job searches. Check out the jobs
folder for some recent scrapes.
scrape is built with:
Hey Wow :) looks like there are still jobs for COBOL
Large Australian employment marketplace https://www.seek.com.au/
$ ruby seek.rb -h
Usage: seek.rb [options]
-k, --keyword keyword Keywords to search
separators include:
and, or, not
-l, --location location Suburb, city or region
-d, --daterange daterange Listed time in days
999 (default) or
1, 3, 7, 14, 31 or
any positive number
-w, --worktype worktype Work type
all (default)
full or 242 (full time)
part or 243 (part time)
contract or 244 (contract/temp)
casual or 245 (casual/vacation)
-h, --help Displays help
--version Show version
Or to enter interactive mode
$ ruby seek.rb Enter keywords: git and python Enter suburb, city or region: sydney Listed time in days: 30 Work type: full 41 jobs found
Code overview of seek.rb can be seen on the RubyCritic page.
RubyCritic is a Ruby gem that produces a web based report of the ruby code in the project and is seen running below
$ rubycritic -p rubycritic/
Rubocop is a Ruby gem that is used to lint the projects Ruby code and outputs a report in the terminal.
$ rubocop
| Back | FazBrowse Home | New Git URL |