Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdewildt/web-diff
A simple tool to compare a website against a snapshot to detect changes
https://github.com/tomdewildt/web-diff
bash curl diff
Last synced: 7 days ago
JSON representation
A simple tool to compare a website against a snapshot to detect changes
- Host: GitHub
- URL: https://github.com/tomdewildt/web-diff
- Owner: tomdewildt
- License: mit
- Created: 2024-06-02T13:05:15.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-03T19:03:41.000Z (3 months ago)
- Last Synced: 2024-11-07T08:17:01.868Z (about 2 months ago)
- Topics: bash, curl, diff
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Diff
[![Scheduler](https://img.shields.io/github/actions/workflow/status/tomdewildt/web-diff/scheduler.yml?branch=master&label=scheduler)](https://github.com/tomdewildt/web-diff/actions/workflows/scheduler.yml)
[![License](https://img.shields.io/github/license/tomdewildt/web-diff)](https://github.com/tomdewildt/web-diff/blob/master/LICENSE)A simple tool to compare a website against a snapshot to detect changes.
# How To Run
Prerequisites:
* curl version ```8.4.0``` or later### Production
1. Run ```./src/web-diff.sh --create ``` to create a snapshot.
2. Run ```./src/web-diff.sh ``` to compare a website against a snapshot.# References
[Curl Docs](https://curl.se/docs/manpage.html)
[Diff Docs](https://man7.org/linux/man-pages/man1/diff.1.html)