Skip to content

Instantly share code, notes, and snippets.

@shoaib-iqbal
shoaib-iqbal / scrape.rb
Created May 2, 2016 07:46 — forked from jescalan/scrape.rb
Ruby Amazon Scraper
require 'rubygems'
require 'nokogiri'
require 'open-uri'
require 'colored'
# this is just a preview of what's to come - a proof of concept.
# it will be converted to a api-type library, gemified, and put in it's own repo
# for now, a cool way to experiment with amazon's data
query = 'ruby'