Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p0l0/web-content-change-detector
This program scans a given website and notifies you if the content have changed to last check
https://github.com/p0l0/web-content-change-detector
Last synced: 7 days ago
JSON representation
This program scans a given website and notifies you if the content have changed to last check
- Host: GitHub
- URL: https://github.com/p0l0/web-content-change-detector
- Owner: p0l0
- License: bsd-3-clause
- Created: 2021-03-15T17:36:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T17:40:41.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T08:52:00.156Z (about 2 months ago)
- Language: Go
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go](https://github.com/p0l0/web-content-change-detector/actions/workflows/go.yml/badge.svg)](https://github.com/p0l0/web-content-change-detector/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/p0l0/web-content-change-detector/branch/main/graph/badge.svg?token=0ZG1E7NZJT)](https://codecov.io/gh/p0l0/web-content-change-detector)
# Web Content Change Detector
This program scans a given website and notifies you if the content have changed to last check
## Build
`make`
### MacOS Build dependencies
`brew install FiloSottile/musl-cross/musl-cross`
## Running tests
`make test`