Skip to content

clarkj/worm_scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Wildbow Web Serial Scraper for Kindle

I couldn't find a good ebook/kindle version of worm, the fantastic web serial by wildbow (John McCrae), and subsequent works, so I decided to make one. You can now enjoy worm, pact, and twig without all of the eye strain! Until wildbow gets these things published, this is the next best option.

Please support the author!

Worm Header

##Download

Download the ebook or run the scraper yourself.

##How to run:

  1. Clone this project
  2. Install dependencies - Ruby, zlib, and calibre
sudo apt-get install ruby-dev
sudo apt-get install zlib1g-dev
sudo apt-get install calibre

In early versions, uri and open-uri were required gems, but they appear to have been rolled into the Ruby build now.

gem install nokogiri
  1. Run the shell script, with the option of choice. -h shows options, -w creates the worm ebook, -p creates pact, and -t creates twig; -a creates all three.
chmod +x make_ebook.sh
./make_ebook.sh -a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.9%
  • Shell 21.1%