Kindle_download_helper – Bulk download of purchased eBooks in your Kindle account

Original link: https://www.appinn.com/kindle-download-helper/

Kindle_download_helper is a Python script used to batch download purchased books in Kindle account. Although it is a command line method, it can download books you have purchased from Amazon. @Appinn

Kindle_download_helper - 批量下载 Kindle 账号中已购买的书

Thanks to @antfactory for the recommendation.

Kindle_download_helper

The use of Kindle_download_helper is not easy for ordinary users, but after all, there are still two years, enough to learn.

Install

First you need to install the Python environment so that your system can run python scripts.

Then download Kindle_download_helper, capable students can go to GitHub to download, and Green Frog provides a porter .

use

Developer @ yihong0618 ‘s tutorial is very streamlined:

  1. Login to amazon.cn
  2. Visit https://www.amazon.cn/hz/mycd/myx#/home/content/booksAll/dateDsc/
  3. Find the cookie XHR or something else
    1. Right-click to view the source code, search for the value behind the csrfToken copy
  4. Execute python3 kindle.py ${cookie} ${csrfToken} --is-cn

The third step is to obtain cookies as follows:

Kindle_download_helper - 批量下载 Kindle 账号中已购买的电子书 1

After opening the browser’s developer tools , switch to the console and enter document.cookie to copy the obtained content. Note that it is recommended to use Chrome’s incognito mode to obtain cookies to prevent inexplicable extension interference.

Step 4: Obtaining csrfToken is relatively simple. Open the source code of the webpage and search for ” csrfToken “, and then copy the content in quotation marks.

Finally, when running python3 kindle.py ${cookie} ${csrfToken} --is-cn , replace ${cookie} and ${csrfToken} with the content copied above, and then you can download it happily.

Take a picture of the developer to make up the number, the Kindle of Qing Xiaowa is too old to be used in the country, hey

Kindle_download_helper - 批量下载 Kindle 账号中已购买的电子书 2

The last sentence is the same, it takes a long time to download slowly, and there will be a visualization tool if there is no hurry.

Original: https://ift.tt/XoqhTfU


Related Reading


© 2021 Green Frog for Niche Software | Join Us | Subscribe | Subscribe Guide
3659b075e72a5b7b1b87ea74aa7932ff

Click here to leave a message and comment with the original author

This article is reprinted from: https://www.appinn.com/kindle-download-helper/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment