Skip to content

drewmarsh/amazon-book-cover-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔎 Preview

amazon-book-cover-grabber_preview

📋 Instructions

To view or download a high-resolution book cover image from Amazon.com, provide the script with any of the options below:

  • Amazon book URL:
    • https://www.amazon.com/Name-Wind-Anniversary-Kingkiller-Chronicle/dp/0756413710
  • Amazon Standard Identification Number (ASIN):
    • 0756413710
  • 10-character International Standard Book Number (ISBN):
    • 0756413710

⚙️ User Configuration

While it is not required to change any user settings to use these scripts out-of-the-box, some settings are easily configurable:

PowerShell (.ps1) script for Windows

$global:ASK_RUN_AGAIN = $true
$global:ASK_SAVE = $true
$global:DEFAULT_SAVE_DIR = "$env:USERPROFILE\Downloads"
  • $global:ASK_RUN_AGAIN: If set to true, the user is asked if they want to run the script again after it concludes.
  • $global:ASK_SAVE: If set to true, the user is asked whether they want to save the image file to disk.
  • $global:DEFAULT_SAVE_DIR: Should be set to the desired default save directory.

Shell (.sh) script for Linux/Mac

ASK_RUN_AGAIN=true
ASK_SAVE=true
DEFAULT_SAVE_DIR="$HOME/Downloads"
  • ASK_RUN_AGAIN: If set to true, the user is asked if they want to run the script again after it concludes.
  • ASK_SAVE: If set to true, the user is asked whether they want to save the image file to disk.
  • DEFAULT_SAVE_DIR: Should be set to the desired default save directory.

💾 Direct Downloads

Note

This script is unsigned. To run it, you must right click the amazon_book_cover_grabber.ps1 file, click 'Properties', tick the 'Unblock' box, and then click 'Apply'.

About

View or download any high-resolution book cover by entering an Amazon.com book URL, ASIN, or 10-digit ISBN

Topics

Resources

License

Stars

Watchers

Forks

Contributors