Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3rgeym/websnapshot
Take Snapshot of WebPage
https://github.com/s3rgeym/websnapshot
Last synced: 1 day ago
JSON representation
Take Snapshot of WebPage
- Host: GitHub
- URL: https://github.com/s3rgeym/websnapshot
- Owner: s3rgeym
- Created: 2020-04-24T12:34:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T23:57:14.000Z (about 2 years ago)
- Last Synced: 2024-10-04T01:19:11.551Z (about 1 month ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```