wabarc / screenshot

Capture webpage and save as image using chromedp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

Go Report Card Go Reference Releases

Screenshot is a project that capture and save webpage as image using chromedp.

This repository is a work in progress.

Prerequisite

  • Chrome/Chromium

Installation

From source:

go get github.com/wabarc/screenshot

From gobinaries.com:

curl -sf https://gobinaries.com/wabarc/screenshot | sh

From releases

Environments

  • CHROMEDP_DEBUG
  • CHROMEDP_NO_HEADLESS
  • CHROMEDP_NO_SANDBOX
  • CHROMEDP_DISABLE_GPU
  • CHROMEDP_USER_AGENT
  • CHROMEDP_STEALTH

Credits

License

This software is released under the terms of the GNU General Public License v3.0. See the LICENSE file for details.

About

Capture webpage and save as image using chromedp

License:GNU General Public License v3.0


Languages

Language:Go 94.0%Language:Makefile 6.0%