Skip to content

Send your favorite medium articles to your kindle as pdf files

Notifications You must be signed in to change notification settings

guilpejon/article_to_kindle

Repository files navigation

Article to Kindle

Intro

Send your favorite medium articles to kindle as .pdfs!

Installation

  • Install Docker
  • Create a new gmail account
    • Make sure two factor authentication is disabled
    • Enable less secure app access
  • Allow your amazon account to receive emails from that account
  • Download this project and create an .env file on its root with the following content:
    • GMAIL_USER=YOUR_GMAIL_ACCOUNT
    • GMAIL_PASSWORD=YOUR_GMAIL_PASSWORD
    • KINDLE_EMAIL=YOUR_KINDLE_EMAIL

Usage

docker build -t article_to_kindle .

Then, anytime you want a new article sent to your kindle, you just have to run:

docker run article_to_kindle MEDIUM_ARTICLE_URL

About

Send your favorite medium articles to your kindle as pdf files

Resources

Stars

Watchers

Forks

Packages

No packages published