This program scraper XKCD comics and outputs each one in individual HTML file along with an index. Useful for creating an ebook with Calibre.
golang > 1.8
- Clone this repo:
git clone https://github.com/Aagat/xkcd-scraper.git && cd xkcd-scraper - Create a data folder:
mkdir -p data - Compile and run:
go run scraper.go