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
- Host: GitHub
- URL: https://github.com/concaption/site-screen-graber
- Owner: concaption
- Created: 2023-10-11T15:11:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T04:48:38.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:45:05.227Z (about 1 year ago)
- Topics: screen-capture, screenshot, selenium, selenium-webdriver
- Language: Python
- Homepage:
- Size: 7.76 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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
```