Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Repository files navigation

scrape

Dependabot StatusGitHub last commitGitHub repo sizeGitHub language countGitHub top language

When you need those jobs hypersonic....scrape

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

Seek

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.

Tools

RubyCritic

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

Rubocop is a Ruby gem that is used to lint the projects Ruby code and outputs a report in the terminal.

$ rubocop
Flag Counter