Download and convert The Wandering Inn to epub and mobi (kindle) format
I have no affiliation with and no rights to The Wandering Inn; I'm just a fan who likes to read on my kindle and on my phone even when I don't have internet access.
The created ebook sometimes has some rough patches to it; I'd encourage you to buy the official releases as they happen on Amazon to get a polished copy and support the author. I only created this project so I can catch/keep up with the web publications.
This script relies on ebookmaker and its dependencies, and runs on python3. Converting to mobi format also relies on calibre, and the script is written for bash.
- Clone this repository:
git clone --recurse-submodules https://github.com/Patrick-Hogan/wandering_inn.git
cd wandering_inn
-
Install requirements
Recommended: install requirements in a virtual environment.
pip install -r requirements.txt
-
Run the script:
Options can be displayed by passing
-h
or--help
:./wanderinginn2epub.py --help
Generate a single epub for all available public chapters:
./wanderinginn2epub.py
Pretty print the chapters that would be included:
./wanderinginn2epub.py --output-print-index
Generate one epub per volume for volumes 1-7:
./wanderinginn2epub.py --volume 1 2 3 4 5 6 7 --output-by-volume
Generate one epub per chapter for volume 8, stripping color so light fonts are readable on black-and-white screens (e.g., winter sprites' coversations):
./wanderinginn2epub.py --volume 8 --output-by-chapter --strip-color
Generate an epub for the latest published chapter only:
./wanderinginn2epub.py --chapter latest --output-by-chapter
I have never set up automated mailing from a windows box and have no interest in doing so; configuration on linux varies, but the following setup works on ubuntu 18.10+ for me.
To automatically email to amazon devices, I use msmtp and mutt, configured to use my gmail account to send mail; any backend mail configuration can be used, though, as long as the account is added to the approved addresses in your amazon account. Once your configuration is set up to allow mutt to send mail from the command line, you can specify the list of recipients (e.g., the device addresses from your amazon account) in an environment variable, from the command line or in a recipients.txt (space or newline separated).