reflect in readme that this is not quite as quick-and-dirty anymore

This commit is contained in:
Valentin Boettcher 2024-11-17 13:13:32 -05:00
parent 721d1b005e
commit 5ad0541854
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -1,13 +1,14 @@
# Kindle (Scribe) Email Fetch Hack
This is a quick-and-dirty python script to log into an IMAP server,
monitor incoming messages for the ones that contain the links to the
PDFs that you sent from the Kindle scribe. Once such an email is found
the PDF linked therein is downloaded to a local directory
`OUTDIR/[name].pdf` (see below) and the email is deleted. The latest
downloaded file is also copied to a preset filename to make it easier
to find it. I'm always running `zathura OUTDIR/.latest.pdf` to
have the latest kindle PDF visible.
This is a python script (or, more adequately, a
[bodge](https://www.youtube.com/watch?v=lIFE7h3m40U)) to log into an
IMAP server, monitor incoming messages for the ones that contain the
links to the PDFs that you sent from the Kindle scribe. Once such an
email is found the PDF linked therein is downloaded to a local
directory `OUTDIR/[name].pdf` (see below) and the email is
deleted. The latest downloaded file is also copied to a preset
filename to make it easier to find it. I'm always running `zathura
OUTDIR/.latest.pdf` to have the latest kindle PDF visible.
## Installation / Usage