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