Created
December 28, 2017 16:22
-
-
Save sheeley/20329a0a4ce27cc930924d4d437171e2 to your computer and use it in GitHub Desktop.
process kindle books json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# takes json from ajax request on list of kindle ebooks, returns title, author, url | |
cat books.json | jq '.GetContentsForCollection | .asinDetails[] | .title + " - " + .authors + " www.amazon.com" + .dpURL' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment