Skip to content

Generate mobi from mailbox, instapaper and so on, cooperating with Kindle-Pull

Notifications You must be signed in to change notification settings

qxj/Fake-Whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

1. Rename whisper.conf.sample to whisper.conf, and setup gmail and
   instapaper login accounts. You can put whisper.conf in the same
   directory as whisper.py.

   sqlite database is stored defaultly as /var/tmp/whisper.db.

   mobi documents are stored defaultly under the directory
   /var/tmp/whisper/.

   Make sure kindlegen is already installed under /usr/local/bin/kindlegen.

2. Run whisper.py in crontab, and . Suggest to setup
   crontab to fetch gmail every one or shorter than one hour; and fetch
   instapaper every day, because instapaper will generate mobi for
   kindle every day. E.g.:

   $ crontab -e
   # m h  dom mon dow   command
   0   *   *   *   *   $HOME/Fake-Whisper/whisper.py -g 2>&1 >> $HOME/whisper.log
   0   1   *   *   *   $HOME/Fake-Whisper/whisper.py -i 2>&1 >> $HOME/whisper.log

3. Install apache and php, run index.php as a web service in somewhere.

More:
http://blog.jqian.net/kindle-hack.html

About

Generate mobi from mailbox, instapaper and so on, cooperating with Kindle-Pull

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published