Skip to content

andr-andreev/page-change-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Releases

No releases published

Packages

No packages published