An open API service indexing awesome lists of open source software.

https://github.com/concaption/site-screen-graber

a minimal cli that takes screenshot of the given url
https://github.com/concaption/site-screen-graber

screen-capture screenshot selenium selenium-webdriver

Last synced: about 1 year ago
JSON representation

a minimal cli that takes screenshot of the given url

Awesome Lists containing this project

README

          

[![open in github codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/concaption/site-screen-graber)

---

a minimal cli that takes screenshot of the given url

step 1: open in a codespace

step 2: setup the environment using
```
make setup
```
step 3: replace the url with your own to take the screenshot
```
make capture URL=https://buildberg.co
```