The Wayback Machine - https://web.archive.org/web/20201116001735/https://github.com/fuchsia-programming/scrape
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.