Skip to content

A Python Script that can extract your highlights to a Markdown file.

License

Notifications You must be signed in to change notification settings

MartinLwx/kindle-clippings-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

I like reading using Kindle and adding highlights for later review. That's the reason why I wrote this small software (It's actually a script though) to extract all highlights from a specific book.

Roadmap

  • Support notes besides highlights.
  • Multilingual support. Currently, this small script only support My Clippings.txtcreated in Chinese.

Usage

Get the file path of My Clippings.txt, and then pass it to --file. It will analyze all the clippings within this file and return the highlights you want. The default behavior is saving the highlights to a file named {title}.md (the title here is equal to your --title)

$ python src/cli.py -h
usage: cli.py [-h] [--title TITLE] [--file FILE]

options:
  -h, --help     show this help message and exit
  --title TITLE  the title of the book you want to extract
  --file FILE    the path of My Clippings.txt

About

A Python Script that can extract your highlights to a Markdown file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages