Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b4dnewz/webpage-capture-cli
Capture the web in many ways from the command line
https://github.com/b4dnewz/webpage-capture-cli
cli-tool cli-utility puppeteer puppeteer-screenshot screenshot webpage webshot website
Last synced: 23 days ago
JSON representation
Capture the web in many ways from the command line
- Host: GitHub
- URL: https://github.com/b4dnewz/webpage-capture-cli
- Owner: b4dnewz
- License: mit
- Created: 2019-03-28T17:56:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T18:21:19.000Z (almost 6 years ago)
- Last Synced: 2024-11-20T16:45:51.845Z (3 months ago)
- Topics: cli-tool, cli-utility, puppeteer, puppeteer-screenshot, screenshot, webpage, webshot, website
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpage-capture-cli
> Capture the web in many ways from the command line
[![NPM version][npm-image]][npm-url]
This package provide the command line utility for [webpage-capture](https://github.com/b4dnewz/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.
```bash
# 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](LICENSE)
[npm-image]: https://badge.fury.io/js/webpage-capture-cli.svg
[npm-url]: https://npmjs.org/package/webpage-capture-cli
[travis-image]: https://travis-ci.org/b4dnewz/webpage-capture-cli.svg?branch=master
[travis-url]: https://travis-ci.org/b4dnewz/webpage-capture-cli