Page Change is a web page monitoring app based on Spring Boot.
It is useful for monitoring jobs, price changes, seasonal promos, news, etc.
- Block filter (ignore everything except the text between the markers)
- One RSS feed for all pages changes
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/.
Setting | Default value |
---|---|
app.cron-expression |
0 0 * * * ? |
app.rss-item-count |
25 |