Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 374 Bytes

XKCD Scaper

This program scraper XKCD comics and outputs each one in individual HTML file along with an index. Useful for creating an ebook with Calibre.

Requirements

golang > 1.8

Instructions

  • 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