Send your favorite medium articles to kindle as .pdfs!
- 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
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