Go to file
Nemo 95c7c0efc4 Adds support for the wok reread 2017-09-15 13:00:37 +05:30
covers Adds support for the wok reread 2017-09-15 13:00:37 +05:30
metadata Adds support for the wok reread 2017-09-15 13:00:37 +05:30
.editorconfig Makes code more generic, adds discussion link 2017-09-15 11:40:06 +05:30
.gitignore Adds support for the wok reread 2017-09-15 13:00:37 +05:30
COPYING Initial commit 2017-09-08 19:57:36 +05:30
README.md Adds support for the wok reread 2017-09-15 13:00:37 +05:30
methods.rb Adds support for the wok reread 2017-09-15 13:00:37 +05:30
setup.rb Fixes discussion links 2017-09-15 12:09:39 +05:30
style.css Style style changes 2017-09-14 22:43:21 +05:30
wok-reread.rb Adds support for the wok reread 2017-09-15 13:00:37 +05:30

README.md

Oathbringer

Tor.com is publishing Oathbringer in serialized form till Chapter 32. This script downloads all of these posts and converts them into a publishable format, including epub, mobi, pdf and html. You can find the tor.com announcement at https://www.tor.com/2017/08/15/brandon-sanderson-oathbringer-serialization-announcement/

For obvious reasons, the converted ebook is not part of this repo. You must download and run the script on your own machine to generate the copies.

The code for this is mostly adapted from hoshruba.

You can download sample files (Lorem Ipsum) from http://ge.tt/8R61oXm2 to see a sample of how the generated files look.

Requirements

  • Ruby

  • Nokogiri gem installed (gem install nokogiri)

  • Unix system with wget installed

  • pandoc installed and available (for all 3 formats)

  • (mobi only): ebook-convert (from calibre) available to generate the mobi file

  • (pdf) wkhtmltopdf for converting html to pdf

  • (pdf) pdftk to stitch the final PDF file

  • The final 2 tools can be skipped if you don't care about the PDF generation.

  • You can also skip calibre if you only want the EPUB file.

  • Edit the last line in setup.rb to :epub / :mobi, :pdf to only trigger the specific builds

Setup

After downloading the repo and installing the requirements, just run

ruby setup.rb

All the generated files will be saved with the filename Oathbringer.{epub|pdf|mobi|html}

LICENSE

This is licensed under WTFPL. See COPYING file for the full text.