vavavr00m / noserub

Automatically exported from code.google.com/p/noserub
0 stars 0 forks source link

Add support for Amazon Wishlist #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a lot of work, because there is no RSS-Feed for a wishlist:
http://www.amazon.de/gp/registry/wishlist/2Y7X6H1MF964L/ref=cm_wl_rlist_go

But it would be enough to only parse the first page, as it is more important to 
get to know new 
items on that list - and those are always placed on top.

This then should go into "micropublish" with something like "Dirk wants 
'Sopranos'".

This would really be awsome :-)

Original issue reported on code.google.com by dirk.olb...@gmail.com on 19 Feb 2009 at 1:07

GoogleCodeExporter commented 9 years ago
The PEAR Amazon package supports wishlists: 
http://pear.php.net/package/Services_Amazon

Original comment by sebastian.nohn@gmail.com on 19 Feb 2009 at 2:18

GoogleCodeExporter commented 9 years ago
http://www.xml.com/pub/a/2006/08/30/generating-rss-with-xslt-and-amazon-ecs.html
This might be a step in the right direction?

Original comment by judoco...@gmail.com on 30 Jun 2009 at 9:09

GoogleCodeExporter commented 9 years ago
Hmmm.... latest API (from what I see) would require using/having an API key. 
Then we could use an url like below 
to get started. Might be easier to scrape the public page maybe?

$example = 'http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&AWSAccessKeyId=[Your Access Key ID 
Here]&Operation=ListLookup&ListType=WishList&ListId=[A
Wishlist ID]';

Original comment by judoco...@gmail.com on 30 Jun 2009 at 10:17