文件名称:amazon-hunter:亚马逊项目查找 + 搜索 Ruby Gem
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-12 03:26:19
Ruby
亚马逊::猎人 使用亚马逊产品广告 API 查找和搜索亚马逊商品。 安装 将此行添加到应用程序的 Gemfile 中: gem 'amazon-hunter', :git => 'git://github.com/rbwsam/amazon-hunter.git' 然后执行: $ bundle 用法 require 'amazon/hunter' Amazon :: Hunter . config = { :associate_tag => 'test' , :AWS_access_key_id => 'test' , :AWS_secret_key => 'test' } item = Amazon :: Hunter . lookup ( 'B000TTSXNI' ) p item . asin # B000TTSXNI p item . brand # Lask
【文件预览】:
amazon-hunter-master
----LICENSE.txt(1KB)
----lib()
--------amazon()
----Gemfile(98B)
----spec()
--------amazon()
--------spec_helper.rb(61B)
----Rakefile(28B)
----README.md(766B)
----amazon-hunter.gemspec(999B)
----.gitignore(154B)