mirror of
https://github.com/vale981/kindle_fetch
synced 2025-03-04 16:41:38 -05:00
reflect in readme that this is not quite as quick-and-dirty anymore
This commit is contained in:
parent
721d1b005e
commit
5ad0541854
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue