GitHunt
AN

andr-andreev/page-change-monitor

๐Ÿ“ Web page monitoring app based on Spring Boot

Page Change Monitor Build Status

Page Change is a web page monitoring app based on Spring Boot.

It is useful for monitoring jobs, price changes, seasonal promos, news, etc.

Dashboard

Page history

Features

  • Block filter (ignore everything except the text between the markers)
  • One RSS feed for all pages changes

Installation

git clone https://github.com/andr-andreev/page-change-monitor.git
cd page-change-monitor
mysql page_change_monitor < src/main/resources/db/mysql/schema.sql
./mvnw spring-boot:run

You will be able to access the app at http://localhost:8080/.

Available Settings

Setting Default value
app.cron-expression 0 0 * * * ?
app.rss-item-count 25

Languages

Java95.5%TSQL4.3%CSS0.2%

Contributors

Created July 23, 2020
Updated July 30, 2020