https://github.com/wabarc/screenshot
Capture webpage and save as image using chromedp
https://github.com/wabarc/screenshot
capture chromedp har html pdf screenshot txt webpage
Last synced: 13 days ago
JSON representation
Capture webpage and save as image using chromedp
- Host: GitHub
- URL: https://github.com/wabarc/screenshot
- Owner: wabarc
- License: gpl-3.0
- Created: 2021-01-26T14:16:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T16:09:55.000Z (19 days ago)
- Last Synced: 2025-05-10T17:21:12.305Z (19 days ago)
- Topics: capture, chromedp, har, html, pdf, screenshot, txt, webpage
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# screenshot
[](https://goreportcard.com/report/github.com/wabarc/screenshot)
[](https://pkg.go.dev/github.com/wabarc/screenshot)
[](https://github.com/wabarc/screenshot/releases)Screenshot is a project that capture and save webpage as image using [chromedp](https://github.com/chromedp/chromedp).
This repository is a *work in progress*.
## Prerequisite
- Chrome/Chromium
## Installation
From source:
```sh
go get github.com/wabarc/screenshot
```From [gobinaries.com](https://gobinaries.com):
```sh
curl -sf https://gobinaries.com/wabarc/screenshot | sh
```From [releases](https://github.com/wabarc/screenshot/releases)
## Environments
- CHROMEDP_DEBUG
- CHROMEDP_NO_HEADLESS
- CHROMEDP_NO_SANDBOX
- CHROMEDP_DISABLE_GPU
- CHROMEDP_USER_AGENT
- CHROMEDP_STEALTH## Credits
- [chromedp](https://github.com/chromedp)
## License
This software is released under the terms of the GNU General Public License v3.0. See the [LICENSE](https://github.com/wabarc/screenshot/blob/main/LICENSE) file for details.