Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 467 Bytes

File metadata and controls

27 lines (17 loc) · 467 Bytes

Linkedin Jobs Scraper

Linkedin Jobs Scraper to view jobs posted in Linkedin from Terminal

Usage

# clone this repo and use below command to install required dependencies
bundle install

# Run the script
ruby linkedin_job_scraper.rb Ruby Germany

#Example
ruby linkedin_job_scraper.rb "Job Title"  "Place/Contry"

Output

linkedin_job_scraper

Todo

Format Code
Add Pagination
Make as a Gem!! (thinking....)