Node.js utility for efficiently extracting Kindle book annotations and converting them into Markdown format.
Before running the script, ensure you have Node.js installed on your system. Recommend using nvm to manage your node versions between projects. This project uses version 20.
nvm use
npm install
Copy the contents of the .env.example file into a new file named .env in the root directory of the project. Fill in the .env file with your details.
Variable | Description |
---|---|
AMAZON_EMAIL_ADDRESS |
Your Amazon account email address |
AMAZON_PASSWORD |
Your Amazon account password |
OUTPUT_FOLDER_LOCATION |
Location to save the output Markdown files |
Note: Keep your .env file secure as it contains sensitive information.
To run the script, navigate to the root directory of the project in your terminal and execute the following command:
npm start
Contributions to improve this tool are welcome. Please adhere to the contribution guidelines outlined in CONTRIBUTING.md.
This project is licensed under the MIT License.