A Web Scraper that scrapes data off XKCD Comics using Scrapy.
- Title
- Comic's URL
- Comic image's URL
- Transcript of the comic (if present)
- Python 3.x
- Scrapy
scrapy crawl xkcd-spider > xkcd.json
Example output JSON and HTML source files are here.
Example output has been beautified with JSON Lint for readability.
Working of this web scraper depends on the source at XKCD Comics.