Skip to content

eyudkin/docker-webshot-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-webshot-cli

Easy website screenshots in CLI.

Description

This software is a docker wrapper around the cli wrapper Webshot cli tool around the Webshot library, providing a simple command to take local or remote webpage screenshots.

Usage

As usual Webshot cli tool tool, [--custom-header=<header>]... [options] [<url>] [<dest>] and etc (see its github page). Only difference is that you can be free from installing npm and phantomjs on your machine. You can use it via:

  • A special sh script webshot.sh [--custom-header=<header>]... [options] [<url>] [<dest>]
  • Basic docker run command (as 1000:1000): docker run --user 1000:1000 -v $PWD:/res eyudkin/webshot-cli [--custom-header=<header>]... [options] [<url>] /res/[<dest>]

About

Docker wrapper around webshot-cli tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published