schmiddim / amazon-wish-lister
Simple script that parses a public amazon wishlist and export the items to a CSV file.
Installs: 32
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
pkg:composer/schmiddim/amazon-wish-lister
Requires
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-08 04:42:13 UTC
README
Simple script that parses a public amazon wishlist and export the items to a CSV file.
Requirements
- PHP 5.4
Installing
- Clone this repository
- Go to the cloned repo directory
- Download composer:
php -r "readfile('https://getcomposer.org/installer');" | php
- Run
php composer.phar install
Running
- Just type inside the cloned repo directory:
./awx <your_amazon_wishlist_id>
(you can get the id visiting your wishlist, it's part of the URL).
Next steps
- Export to Google Docs (with images of the products, options to convert the price into any other currency)
- Access private lists