Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpage-capture-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpage-capture-cli

Capture the web in many ways from the command line

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

webpage-capture-cli

Capture the web in many ways from the command line

NPM version

This package provide the command line utility for webpage-capture module.

Installation

Install it globally with your favourite package manager:

npm install -g webpage-capture-cli

Now you have the webcapture command ready on your machine, you can start playing around with the options using the built-in help typing: --help.

Usage

For the full usage message and the list of all the available options type --help, below are shown some of the available options, the objective is to let you capture webpages or webpage sections with custom logic in seconds.

# Capture a website to file
$ webcapture "http://google.com"

# Capture multiple websites to file
$ webcapture "http://google.com" "http://github.com"

# Capture a website to file in pdf format
$ webcapture -f pdf "http://google.com"

# Capture files to a custom output directory
$ webcapture -o output "http://google.com"

License

MIT © Filippo Conti

Keywords

FAQs

Package last updated on 28 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc