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
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:
- Login to amazon.cn
- Visit https://www.amazon.cn/hz/mycd/myx#/home/content/booksAll/dateDsc/
- Find the cookie XHR or something else
- Right-click to view the source code, search for the value behind the
csrfToken
copy
- Right-click to view the source code, search for the value behind the
- Execute
python3 kindle.py ${cookie} ${csrfToken} --is-cn
The third step is to obtain cookies as follows:
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
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
- Kindle Mate – Manage Your Kindle Markups, Notes, Vocabulary Books [Windows]
- Microsoft’s 150 Free Software [Part, to be updated]
- Kindle – the grandfather and synonym of e-books
- Kindle Previewer – eBook format preview tool
- Push WeChat to Kindle, the official version of Send to Kindle is online
© 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.