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

When you need those jobs hypersonic πŸš€ scrape πŸ”ͺ

License

Notifications You must be signed in to change notification settings

fuchsia-programming/scrape

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2019
May 28, 2019
Apr 23, 2019
Jul 29, 2018
Oct 1, 2019
Oct 28, 2019
Feb 13, 2019
Dec 3, 2019
Jun 18, 2018
Oct 1, 2019
Apr 23, 2019
Apr 23, 2019

Repository files navigation

scrape

Dependabot Status GitHub last commit GitHub repo size GitHub language count GitHub 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