Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-bokma/amazon-list
Print items on a given Amazon list formatted
https://github.com/john-bokma/amazon-list
amazon perl perl5
Last synced: 14 days ago
JSON representation
Print items on a given Amazon list formatted
- Host: GitHub
- URL: https://github.com/john-bokma/amazon-list
- Owner: john-bokma
- Created: 2017-03-09T01:28:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T01:29:14.000Z (almost 8 years ago)
- Last Synced: 2024-12-02T14:29:15.463Z (2 months ago)
- Topics: amazon, perl, perl5
- Language: Perl
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amazon-list
This repository currently contains one Perl module, Amazon::List, and a
small Perl program which uses the aformentioned module to obtain information
from items on an Amazon list and print those formatted.Example call:
~~~
perl listitems.pl https://www.amazon.com/gp/registry/wishlist/ORJQ2XBS0VCK/
~~~Example output:
~~~
1. The Thrilling Adventures of Lovelace and Babbage: The 19.68
(Mostly) True Story of the First Computer (Pantheon Graphic
Novels) by Sydney Padua (Hardcover)
2. The Hidden Life of Trees: What They Feel, How They 13.57
CommunicateDiscoveries from a Secret World by Peter
Wohlleben, Tim Flannery (Hardcover)
3. Venomous: How Earth's Deadliest Creatures Mastered 16.91
Biochemistry by Christie Wilcox (Hardcover)
4. Women in Science: 50 Fearless Pioneers Who Changed the World 9.24
by Rachel Ignotofsky (Hardcover)
5. The Confidence Game: Why We Fall for It . . . Every Time by 25.56
Maria Konnikova (Hardcover)
6. Thing Explainer: Complicated Stuff in Simple Words by 13.99
Randall Munroe (Hardcover)
7. An Illustrated Book of Bad Arguments by Ali Almossawi, 6.99
Alejandro Giraldo (Hardcover)Total price: 105.94
~~~