├── .gitignore ├── AUTHORS.md ├── CHANGELOG.md ├── LICENSE ├── README-amazon.png ├── README-custom.svg ├── README-screenshot.png ├── README.md ├── settings.py-example ├── wishlist.css ├── wishlist.py ├── wishlist.sh └── wishlist.xslt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/LICENSE -------------------------------------------------------------------------------- /README-amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/README-amazon.png -------------------------------------------------------------------------------- /README-custom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/README-custom.svg -------------------------------------------------------------------------------- /README-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/README-screenshot.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/README.md -------------------------------------------------------------------------------- /settings.py-example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/settings.py-example -------------------------------------------------------------------------------- /wishlist.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/wishlist.css -------------------------------------------------------------------------------- /wishlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/wishlist.py -------------------------------------------------------------------------------- /wishlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/wishlist.sh -------------------------------------------------------------------------------- /wishlist.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andre-st/amazon-wishless/HEAD/wishlist.xslt --------------------------------------------------------------------------------