Written and tested against Python 3.6, using a virtualenv
To setup and activate the virtualenv:
virtualenv venv --python=python3.6source venv/bin/activatepip install -r requirements.txt
To run the command: python source/web_crawler.py http://www.yoyowallet.com
To run the tests: python -m unittest
To run the tests automatically upon code change:
npm install -g gulp-clinpm installgulp watch