Skip to content

LocScraper is a gem for scraping Loc catalog pages. Given the ISBN of the book, it gets the title, dewey, etc.

License

Notifications You must be signed in to change notification settings

milkfarmproductions/loc_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loc Scraper

Build Status

LocScraper is a gem for scraping Loc catalog pages. Given the ISBN of the book, it gets the title, dewey, etc.

##Installation

Install the gem from RubyGems:

gem install loc_scraper

This gem is tested on 1.9.3

##Usage

Initialize a scraper instance

record = LocScraper::Record.get("9781609543914")

The returning object responds to the following methods

record.name          # The name of the book

record.dewey         # The dewey of the book

Special Thanks

This code is derived from LinkedIn Scraper, a gem developed by Yatish Mehta.

License

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

About

LocScraper is a gem for scraping Loc catalog pages. Given the ISBN of the book, it gets the title, dewey, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages