webshot 0.2.0

A command-line tool for automated website screenshots and web scraping
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Simple configuration for basic screenshots

screenshots:
  - url: "https://example.com"
    output: "example.png"
    
  - url: "https://github.com"
    output: "github.png"
    width: 1920
    height: 1080
    
  - url: "https://news.ycombinator.com"
    output: "hackernews.png"
    selector: ".itemlist"