Unsong for kindle, based on https://github.com/rhelsing/worm_scraper
Ruby Shell
Switch branches/tags
Nothing to show
Latest commit 914e566 May 20, 2017 @JasonGross committed on GitHub Update README.md
Permalink
Failed to load latest commit information.
README.md Update README.md May 20, 2017
make-unsong.sh Adapt to Unsong Jan 4, 2016
unsong_scraper.rb Don't forget epilogue! May 20, 2017

README.md

Unsong Web Serial Scraper for Kindle

I adapted a Worm Web Serial scaper to make a ebook/kindle version of Unsong, by Scott Alexander. You can now enjoy Unsong without all of the eye strain!

Unsong Header

Download

Download the ebook or run the scraper yourself.

How to run:

  1. Clone this project
  2. Install dependencies
gem install uri
gem install open-uri
gem install nokogiri
gem install parallel
  1. Run the script and output into html file
ruby unsong_scraper.rb > unsong.html
  1. Convert (requires Calibre CLI)
ebook-convert unsong.html unsong.mobi --authors "Scott Alexander" --title "Unsong" --max-toc-links 500