Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

book_price

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

book_price

  • 0.0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

BookPrice

只是想順便練寫個爬蟲,剛好發現沒有爬這些網路商店價格的gem.

Description

這個gem會透過ISBN去爬台灣部份網路書店的價格,目前支援 博客來, 誠品, 金石堂

Installation

Add this line to your application's Gemfile:

gem 'book_price'

And then execute:

$ bundle

Or install it yourself as:

$ gem install book_price

Usage

require 'book_price'
BookPrice.<store_name>(<isbn>, <parameter>)

store_name

function名稱
books博客來
eslite誠品
kingStone金石堂

parameter

parameterexplain
porigin price
ddiscount price
nname

example

  1. 誠品原始價格, 折價, 書名

     BookPrice.eslite("9999000914138", "npd")    
     => {"name"=>"控制 (電影書衣版)", "price"=>"399", "discount"=>"315"}
    
  2. 博客來 折價

     BookPrice.books("9999000914138", "d")
     => {"discount"=>"315"}
    

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 07 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc