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: 5 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-03T19:03:41.000Z (9 months ago)
- Last Synced: 2024-12-27T17:13:38.331Z (6 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
[](https://github.com/tomdewildt/web-diff/actions/workflows/scheduler.yml)
[](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)