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
/** | |
* 📚 Kindle Library Exporter + ISBN Lookup 📚 | |
* | |
* This script extracts book data (ASIN, Title, Authors) from https://read.amazon.com/kindle-library | |
* and searches for ISBN using Open Library API. The data is exported as a CSV file. | |
* | |
* 🚨 IMPORTANT: YOU MUST USE GOOGLE CHROME 🚨 | |
* 🛑 Why Google Chrome? | |
* - Amazon Kindle Library uses advanced security restrictions. | |
* - Other browsers (Firefox, Edge, Safari) may block access to book data due to security policies. |