Metadata-Version: 2.1
Name: websnapshot
Version: 0.1.14
Summary: Python command-line tool for capture snapshots of web pages using Headless Chromium.
Home-page: https://github.com/tz4678/websnapshot
Author: Sergey M
Author-email: tz4678@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: pyppeteer (>=0.0.25,<0.0.26)
Description-Content-Type: text/markdown

# WebSnapshot

🐍 Python command-line tool for capture 📷 snapshots of web pages using Headless Chromium.

Features:

- Change viewport size;
- Full page snaphots;
- Custom headers and other (see `--help`).

```bash
# install
$ pip install websnapshot

# install in isolated environment using pipx
$ pipx install websnapshot

# full page snapshot
$ echo "https://ru.wikipedia.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8" | websnapshot --full_page

# file with urls, each on a new line
$ websnapshot -i urls.txt

# help
$ websnapshot --help
```

