all4miller / scrape_indeed

CLI gem for scraping job data from indeed => write to an xlsx file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrapeIndeed

Welcome to ScrapeIndeed! SI is a CLI gem for executing quick job searches on indeed, and writing basic information to an xlsx file.

Installation

Add this line to your application's Gemfile:

gem 'scrape_indeed'

And then execute:

$ bundle

Or install it yourself as:

$ gem install scrape_indeed

Usage

Type the below and follow the on screen prompts. Please note scraped data will be saved to an xlsx file on your desktop.

$ scrape-indeed

Note: using Ruby 2.4 will cause a deprecation warning for several gem's usage of ::Fixnum.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nicholasbair/scrape_indeed.

License

The gem is available as open source under the terms of the MIT License.

About

CLI gem for scraping job data from indeed => write to an xlsx file

License:MIT License


Languages

Language:Ruby 98.5%Language:Shell 1.5%