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

screenshooter-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

screenshooter-cli

Screenshooter uses puppeteer to take screenshots of a website.

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Screenshooter CLI

Screenshooter is a command-line tool that uses Puppeteer to take screenshots of websites. It's a simple yet powerful tool for capturing web pages as images.

Features

  • Take full-page screenshots of websites.
  • Fixes sticky footers and overflows.
  • Automatic filename generation based on URL and timestamp.
  • Colorful console output for better user experience.

Installation

Clone this repository and navigate to the project directory.

Install the dependencies:

npm install

To take a screenshot of a website, run: Replace with the actual website URL.

./shoot.js <url>

or

node shoot.js <url>

or

nprm run shoot <url>

Link the package globally to use it from anywhere (optional):

npm link
shoot <url>

Output Screenshots are saved in the current directory with a filename based on the URL and the current timestamp.

Contributing Contributions to Screenshooter are welcome. Please feel free to report any issues or submit pull requests.

Keywords

FAQs

Package last updated on 13 Dec 2023

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