Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AEchRod/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.
https://github.com/AEchRod/Kindle-highlight-to-Word-document-script

kindle-highlights python-docx readwise readwise-api readwise-export readwise-highlights

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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. :books:



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'.