Sign inSign up

zack/newspaper-boy

By zack

Updated almost 11 years ago

Image
1

1.1K

zack/newspaper-boy repository overview

Newspaper Boy

Delivery newspaper to your kindle everyday!

Prerequisite

$ apt-get update && apt-get install -y calibre

Quick Start

$ echo "[email protected]" > emails.txt
$ API_KEY=GET_YOUR_OWN_KEY_FROM_MANDRILL \
  SENDER="[email protected]" \
  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 [email protected].
  • RECIPE Loads Calibre recipe from ./recipes directory.
  • EMAILS List of Receivers' email. (lines are separated by newlines)

Reference

License

GNU General Public License v3.0

Tag summary

Content type

Image

Digest

sha256:8d13904b2

Size

325.3 MB

Last updated

almost 11 years ago

docker pull zack/newspaper-boy