I created this repo to sharpen my python, git, network, and web development skills.
wdc stands for Website Difference Checker. wdc takes a website URL and scans it for changes.
clone this repo. execute ./run_wdc <site>
to download site
Linux - ./run_wdc https://joshsisto.com
Windows - .\run_wdc.cmd https://joshsisto.com
Files are stored in /wdc/output/<site>/<time stamp>
This is mainly being developed on a Mac OS; however, I want this to be a cross platform solution. If you run into any errors please submit a pull request.