CLI tool for sending files via email to your Kindle device.
You can run the tool directly simply by:
$ ./kindle FILE...
or by:
$ python kindle FILE...
or pipe files into this tool:
$ curl https://somedomain.com/cool.pdf | ./kindle
(use --help option of course if you don't know this tool yet)
Clone this repo, run:
$ ./kindle
This will set up a config file for your email credentials. Edit that file then send away!!
This program is a free software, licensed under GNU AGPL 3+. It was originally written by kparal.
If you like this program, please Flattr the original.
Visit program homepage at: https://github.com/atelic/py_kindle
Please report all bugs to the issue tracker.