Skip to content

Instantly share code, notes, and snippets.

View Abu5217's full-sized avatar
πŸ’­
Getting my learn on

Marwan Abu5217

πŸ’­
Getting my learn on
View GitHub Profile
@cgillinger
cgillinger / kindle-library-exporter.js
Last active February 27, 2026 13:15
Kindle Library Exporter – Export Kindle Library as CSV from read.amazon.com
/**
* πŸ“š 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.