Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`