Provides a CLI micro-framework for actions that involve crawling
- PhantomJS -- v2.0.0
- Node.js -- v0.12.7
- commander -- v2.6.0
- node-horseman -- v2.7.0
- prompt -- v0.2.14
- valid-url -- v1.0.9
http://phantomjs.org/download.html
https://nodejs.org/en/download/
$ npm install
$ node run.js -x create_repo
prompt: Enter repository name:
prompt: Enter GitHub username:
prompt: Enter GitHub password: (does not display)
============
$ node run.js -x get_links
prompt: Enter URL to gather links from:
OR:
$ node run.js -x get_links --url https://www.example.com
============
$ node run.js -x take_screenshot
prompt: Enter URL to take screenshot of:
OR:
$ node run.js -x take_screenshot --url https://www.example.com