Skip to content

veebch/readwire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read-Wire

Action Shot

YouTube Channel Views Instagram

A script to be run after an Amazon Kindle is connected to a computer via USB. It makes a copy of the clippings file from the kindle to the current working directory on the machine, as well as producing a cleaned up (duplicates removed) tsv file of them.

Once you've got your clippings, you can do stuff with them (see photo for example).

The benefit of using the direct device approach (rather than the Amazon cloud service) is that your device also contains highlights for books that you did not purchase via the Amazon store.

Prerequisites

Make sure:

  • That your machine is automounting USB drives,
  • You are running a Terminal of some sort.

Currently, this has only been tested on Linux, but should work on MacOS and Windows.

Installation

git clone https://github.com/veebch/readwire.git
cd readwire

Running

python3 monitor.py

If all goes well, your clippings are now locally stored in a file called My_Clippings.txt ready to be used in whatever way you find useful.

To Do

Add udev instructions so the script is automatically triggered whenever a kindle is connected

About

A script to copy your Highlights from an Amazon Kindle device

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages