#send #amazon #ebook #automation #kindle #command-line-tool #web-interface

bin+lib send-to-kindle

A command-line utility and library for sending files to your kindle app or device by (ab)using the www.amazon.com/sendtokindle web interface

2 stable releases

1.0.1 Jan 14, 2023

#4 in #kindle

Download history 30/week @ 2024-02-08 73/week @ 2024-02-15 79/week @ 2024-02-22 76/week @ 2024-02-29 132/week @ 2024-03-07 93/week @ 2024-03-14

395 downloads per month

Apache-2.0

510KB
206 lines

Send to Kindle

send-to-kindle is a command-line utility and rust library for sending files to your kindle app or devices by (ab)using the www.amazon.com/sendtokindle web interface.

For this reason, it should be used with caution. Getting suspended by Amazon's spam prevention systems is always a possibility. USE send-to-kindle AT YOUR OWN RISK!

Command-line tool basic usage

cargo run -- --username <username> --password <password> --directory <path_to_books>
--extension epub

The --directory flag can be swapped with the --file flag to just send a single file. If an extension is provided, it will ensure that the selected file has the requested extension.

For more info on the command-line utility and flags for corner cases, use the --help flag.

Library usage

Just two functions are provided: One for a list of strings representing the files to be uploaded (send_files_to_kindle), and one for a path to a file or directory that can be filtered using a string for the files' extension (send_to_kindle). (epub, azw3, mobi etc).

For more info, click on each function's definition and read the extensive documentation there.

Dependencies

~20–34MB
~548K SLoC