PyAmazon Example ================ Purpose ------- A little demonstration of PyAmazon to find the available subset of a list of books listed at http://www.skynet.ie/~caolan/syndicate/books.wishlist and show the results in a format which is included into http://www.skynet.ie/~caolan/Portal/ Usage ----- > python wvBooks.py http://www.skynet.ie/~caolan/syndicate/books.wishlist You will have to have a ~/.amazonkey file that contains your amazon token value (http://www.amazon.com/webservices) for this to work References ---------- This is a simple example of PyAmazon from http://www.josephson.org/projects/pyamazon/ which uses the amazon web services described at http://www.amazon.com/webservices Caolan McNamara (2004)