Does anybody have a good Ruby script for finding books (or other products) on Amazon using their API?
I suppose that kind of script would have to use Ruby/AWS, like this test.
You have here an quick introduction.
And you have there a full example involving searching books.
response = r.keyword_search ('ruby programming', 'books')