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!
Download
Download the ebook or run the scraper yourself.
How to run:
- Clone this project
- Install dependencies
gem install uri
gem install open-uri
gem install nokogiri
gem install parallel- Run the script and output into html file
ruby unsong_scraper.rb > unsong.html- Convert (requires Calibre CLI)
ebook-convert unsong.html unsong.mobi --authors "Scott Alexander" --title "Unsong" --max-toc-links 500