/Kindle-highlight-to-Word-document-script

A script using Readwise API endpoints to create a Word document from Kindle highlights stored in your Readwise account.

Primary LanguagePython

Kindle-highlight-to-Word-document-script

Description

A personal project consisting of a Python script using the Readwise API endpoints to create a Word document from your Kindle highlights. Just put your access token instead of the 'xxx' placeholder in the requests to retrieve all your highlights from your Readwise account. đź“š

Head on over to: www.readwise.io/access_token to retrieve your access token and voilá! Have all your book highlights compiled in one place so you never forget what you thought was important when reading.

Installation/requirements

python-docx

Revisions / Improvements

28.07.2022 commit - adds book titles to exported file as bold text, using add.run() method and having created a dictionary from book 'id' and 'title'.