Skip to main content

Send web articles to your kindle!

Project description

send-to-kindle

PyPI version Build Status

A teeny tiny app that you can use to send stuff to your kindle.

Installation

pip install s2kindle

Requirements

Requires the KindleGen app. Download it and extract it.

Usage

As simple as executing the s2k command with the url that you want to send:

s2k https://medium.com/@antonio.feregrino/lorem-ipsum-cb19745555ea

You can specify the configuration file outlined below via the --config argument.

Configuration

This app requires a configuration file like the following:

[mail_account]
from = send_to_kindle_01@disposable.com
password = 07JL68r6thb3
to = antonio.feregrino_0@kindle.com

[mail_server]
host = smtp.mail.com
port = 587

[kindlegen]
path = /Users/user/kindlegen

The from key must be the email that will be used to send the email to your kindle, in the same sense password is the password of such account. The to key is the email of your kindle device.

Both host and port are used to authenticate against the email server that is in charge of sending the emails.

The kindlegen is a path to where the kindlegen app has been extracted.

Supported websites

  • Medium
  • dev.to

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

s2kindle-0.5.1.tar.gz (9.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page