v1c77 / kindle-courier

A courier CLI focus on send book to kindle. :book:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KINDLE-COURIER

image

image

kindle-courier is a command line tool to send book to kindle.

install

For usage:

pip install git+ssh://git@github.com/v1c77/kindle-courier.git

For development:

git clone git@github.com/v1c77/kindle-courier.git
cd kindle-courier
pip install --editable ./

Notice:

before use this cli tool, please make sure the mail address has been added to the Approved Personal Document E-mail List help``帮助

Also please notice the file size limit:

The size limit of the file emailed to Kindle is being caused by two factors:

  • attachment size limit of your email provider – for instance, for Gmail the limit is 25 MB,
  • size limit on the Amazon side – Amazon won’t accept personal files bigger than 50 MB.

usage

send multi books to kindle:

courier send path_to_file.txt path_to_book.mobi

You need to press your email address and kindle address the first time.

if you want to send book to kinds of kindle:

courier send path_to_file.txt --to a@kindle.com --to b@kindle.com

License

WTFPL .

About

A courier CLI focus on send book to kindle. :book:

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%