Skip to content

anderfjord/node-phantom-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides a CLI micro-framework for actions that involve crawling

Requirements

Install PhantomJS

http://phantomjs.org/download.html

Install Node.js

https://nodejs.org/en/download/

Install Node Dependencies

$ npm install

Usage

$ 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

About

Provides a CLI micro-framework to perform actions that involve crawling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published