Skip to content

Commit

Permalink
Show an example at top of shot-scraper.datasette.io
Browse files Browse the repository at this point in the history
Closes #97
  • Loading branch information
simonw committed Oct 24, 2022
1 parent 5ba2383 commit a0e2fb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

A command-line utility for taking automated screenshots of websites

**Quick start**:

```
pip install shot-scraper
shot-scraper install
shot-scraper https://github.com/simonw/shot-scraper -h 900
```
Produces this screenshot in a file called `github-com-simonw-shot-scraper.png`:

<img src="https://raw.githubusercontent.com/simonw/shot-scraper-screenshot/main/shot.png" alt="A screenshot of the shot-scraper page on GitHub">

**Contents**

```{toctree}
---
maxdepth: 3
Expand Down

0 comments on commit a0e2fb7

Please sign in to comment.