Skip to content

Instantly share code, notes, and snippets.

View jnario's full-sized avatar
🦉
Intermittently Available

Jose Nario jnario

🦉
Intermittently Available
View GitHub Profile
@jnario
jnario / 0readme.md
Created February 7, 2018 17:48 — 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
@jnario
jnario / jetbrain_scss_watchers.xml
Created December 24, 2017 02:00
File Watcher for SASS/SCSS (PyCharm)
<TaskOptions>
<TaskOptions>
<option name="arguments" value="--no-cache --update $FileName$:$ProjectFileDir$/src/static/css/$FileNameWithoutExtension$.css" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="scss" />
<option name="immediateSync" value="true" />
<option name="name" value="SCSS" />
<option name="output" value="$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map" />