Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A script using Readwise API endpoints to create a Word document from Kindle highlights stored in your Readwise account.
- Host: GitHub
- URL: https://github.com/AEchRod/Kindle-highlight-to-Word-document-script
- Owner: AEchRod
- Created: 2022-07-19T13:48:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T19:25:09.000Z (over 1 year ago)
- Last Synced: 2024-06-03T09:46:19.732Z (5 months ago)
- Topics: kindle-highlights, python-docx, readwise, readwise-api, readwise-export, readwise-highlights
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-readwise - Kindle-highlight-to-Word-document-script - Create a Word document from your highlights. (Tools / Other)
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'.