2021-01-27 19:51:55 +00:00
|
|
|
# changedetection.io
|
|
|
|
|
2021-01-27 20:58:35 +00:00
|
|
|
## Self-hosted change monitoring of web pages.
|
2021-01-27 19:51:55 +00:00
|
|
|
|
2021-01-29 12:26:16 +00:00
|
|
|
_Know when web pages change! Stay ontop of new information!_
|
2021-01-27 19:51:55 +00:00
|
|
|
|
2021-01-29 12:26:16 +00:00
|
|
|
|
2021-01-29 12:28:46 +00:00
|
|
|
#### Example use cases
|
2021-01-29 12:26:16 +00:00
|
|
|
|
|
|
|
Know when ...
|
|
|
|
|
|
|
|
- Government department updates (changes are often only on their websites)
|
|
|
|
- Local government news (changes are often only on their websites)
|
|
|
|
- New software releases
|
|
|
|
- Festivals with changes
|
|
|
|
- Realestate listing changes
|
|
|
|
|
|
|
|
|
2021-01-29 16:55:34 +00:00
|
|
|
Get monitoring now! super simple.
|
2021-01-27 19:51:55 +00:00
|
|
|
|
2021-01-27 20:07:46 +00:00
|
|
|
```
|
2021-01-29 11:33:42 +00:00
|
|
|
$ mkdir ./datastore
|
2021-01-29 11:40:39 +00:00
|
|
|
$ docker run -d --restart always -p "127.0.0.1:5000:5000" -v "$(pwd)"/datastore:/datastore dgtlmoon/changedetection.io
|
2021-01-27 19:51:55 +00:00
|
|
|
```
|
|
|
|
|
2021-01-29 12:26:16 +00:00
|
|
|
Now visit http://127.0.0.1:5000 , You should now be able to access the UI.
|
2021-01-27 19:51:55 +00:00
|
|
|
|
2021-01-29 12:28:46 +00:00
|
|
|
(The `/datastore` `-v` is optional, I prefer to have the files on my local disk instead of in a docker volume)
|
2021-01-29 16:55:34 +00:00
|
|
|
|
|
|
|
|
2021-01-29 17:02:15 +00:00
|
|
|

|
2021-01-29 16:55:34 +00:00
|
|
|
|
2021-01-29 11:33:42 +00:00
|
|
|
|
2021-01-27 19:55:28 +00:00
|
|
|
### Future plans
|
|
|
|
|
|
|
|
- Greater configuration of check interval times, page request headers.
|
|
|
|
- General options for timeout, default headers
|
|
|
|
- On change detection, callout to another API (handy for notices/issue trackers)
|
|
|
|
- Explore the differences that were detected.
|
2021-01-27 19:56:19 +00:00
|
|
|
- Use a graphic/rendered page difference instead of text (see the experimental `selenium-screenshot-diff` branch)
|
2021-01-27 19:55:28 +00:00
|
|
|
|
|
|
|
|
2021-01-29 16:55:34 +00:00
|
|
|
Please :star: star :star: this project and help it grow! https://github.com/dgtlmoon/changedetection.io/
|