Skip to content

Instantly share code, notes, and snippets.

@mcdoogs
mcdoogs / 0readme.md
Last active April 30, 2019 15:24 — forked from mdamien/0readme.md
404 link detector with scrapy

List all the broken links on your website

Requirements:

python3 and scrapy (pip install scrapy)

Usage

  • scrapy runspider -o items.csv -a site="https://yoursite.org" 1spider.py
  • python3 2format_results.py