https://github.com/timwis/kindle-bulk-downloader
Bulk exports kindle e-books from amazon using existing browser session
https://github.com/timwis/kindle-bulk-downloader
Last synced: 10 days ago
JSON representation
Bulk exports kindle e-books from amazon using existing browser session
- Host: GitHub
- URL: https://github.com/timwis/kindle-bulk-downloader
- Owner: timwis
- Created: 2025-02-22T19:59:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T20:02:33.000Z (over 1 year ago)
- Last Synced: 2025-10-29T18:44:47.879Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kindle Bulk Downloader
Uses an existing browser session to bulk export Kindle e-books from Amazon before they disable this feature.
Start Chrome in debug mode:
On macOS:
```sh
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
```
On Windows:
```sh
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222
```
Sign in to amazon.co.uk in the browser, then run the script with uv:
```sh
uv run main.py --device "Jane's Kindle"
```
If something goes wrong, you can resume from a specific page:
```sh
uv run main.py --device "Jane's Kindle" --page 6
```