###Mainly Designed as Amazon Books Reviews parser, but also Parses other Amazon Products effeciently.

This is a very early version that does only basic functionality, more features to come later.

###to run this script successfully you need to install the following gems:

nokogiri
openuri

to install these gems 
gem install nokogiri
gem install openurl