Skip to content

JasonGross/unsong_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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