Delivery newspaper to your kindle everyday!
Prerequisite
$ apt-get update && apt-get install -y calibre
Quick Start
$ echo "your@kinlde.com" > emails.txt
$ API_KEY=GET_YOUR_OWN_KEY_FROM_MANDRILL \
SENDER="newspaper@yulun.me" \
RECIPE="appledaily_tw" \
EMAILS="emails.txt"
./thorw.sh
PS. Don't forget set sender in your own Approved Personal Document E-mail List
Variables
- API_KEY Your MANDRILL API Key for sends email.
- SENDER Send as
someone@somewhere.com. - RECIPE Loads Calibre recipe from
./recipesdirectory. - EMAILS List of Receivers' email. (lines are separated by newlines)
Reference
- MANDRILL https://mandrillapp.com/api/docs/
- Calibre http://manual.calibre-ebook.com/news.html
- Calibre Recipes https://github.com/kovidgoyal/calibre/tree/master/recipes
License
GNU General Public License v3.0

