Note
All stories are the property of their respective authors. This application is not affiliated with Royal Road in any way and makes no attempt to claim credit for any stories downloaded. If anyone working at Royal Road wants this tool taken down, please reach out to me at the email linked to my Github and I will immediately comply.
A small application to convert a Royal Road story to an .epub
file, compatible with readers such as Kindle or Calibre. Motivated by me wanting to read some stories on my Kindle when I'm without access to the Royal Road web service.
This tool is written in Rust. To install it, first install Rust, then run the following command:
cargo install --locked --git https://github.com/isaac-mcfadyen/rr-to-epub
After install, download a book by running the following command, substituting in the book URL:
rr-to-epub download -u <URL>
To update an entire folder of books (that were downloaded by rr-to-epub), run the following command:
rr-to-epub update -d <directory>
Full help can be found by running rr-to-epub --help
.