2021-01-27 19:51:55 +00:00
# changedetection.io
2021-05-08 01:44:43 +00:00

2021-02-22 13:48:57 +00:00
< a href = "https://hub.docker.com/r/dgtlmoon/changedetection.io" target = "_blank" title = "Change detection docker hub" >
< img src = "https://img.shields.io/docker/pulls/dgtlmoon/changedetection.io" alt = "Docker Pulls" / >
< / a >
< a href = "https://hub.docker.com/r/dgtlmoon/changedetection.io" target = "_blank" title = "Change detection docker hub" >
2021-04-02 03:00:58 +00:00
< img src = "https://img.shields.io/github/v/release/dgtlmoon/changedetection.io" alt = "Change detection latest tag version" / >
2021-02-21 14:39:17 +00:00
< / a >
2021-01-27 19:51:55 +00:00
2021-01-27 20:58:35 +00:00
## Self-hosted change monitoring of web pages.
2021-01-27 19:51:55 +00:00
2021-03-26 10:07:06 +00:00
_Know when web pages change! Stay ontop of new information!_
Live your data-life *pro-actively* instead of *re-actively* , do not rely on manipulative social media for consuming important information.
2021-01-27 19:51:55 +00:00
2021-03-04 08:58:58 +00:00
< img src = "https://raw.githubusercontent.com/dgtlmoon/changedetection.io/master/screenshot.png" style = "max-width:100%;" alt = "Self-hosted web page change monitoring" title = "Self-hosted web page change monitoring" / >
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)
2021-02-21 13:15:21 +00:00
- New software releases, security advisories when you're not on their mailing list.
2021-01-29 12:26:16 +00:00
- Festivals with changes
- Realestate listing changes
2021-02-01 10:42:51 +00:00
**Get monitoring now! super simple, one command!**
2021-01-27 19:51:55 +00:00
2021-02-02 11:22:04 +00:00
```bash
2021-02-02 22:41:28 +00:00
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io 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-02-02 11:22:04 +00:00
#### Updating to latest version
Highly recommended :)
```bash
docker pull dgtlmoon/changedetection.io
2021-02-02 22:41:28 +00:00
docker kill $(docker ps -a|grep changedetection.io|awk '{print $1}')
docker rm $(docker ps -a|grep changedetection.io|awk '{print $1}')
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io
2021-02-02 11:22:04 +00:00
```
2021-01-29 16:55:34 +00:00
2021-02-01 10:43:39 +00:00
### Screenshots
2021-01-29 16:55:34 +00:00
2021-02-01 09:52:53 +00:00
Examining differences in content.
2021-03-04 08:58:58 +00:00
< img src = "https://raw.githubusercontent.com/dgtlmoon/changedetection.io/master/screenshot-diff.png" style = "max-width:100%;" alt = "Self-hosted web page change monitoring context difference " title = "Self-hosted web page change monitoring context difference " / >
2021-01-29 11:33:42 +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/
2021-05-01 00:02:43 +00:00
2021-05-08 01:29:41 +00:00
### Notifications
ChangeDetection.io supports a massive amount of notifications (including email, office365, custom APIs, etc) when a web-page has a change detected thanks to the < a href = "https://github.com/caronc/apprise" > apprise< / a > library.
Simply set one or more notification URL's in the _[edit]_ tab of that watch.
Just some examples
discord://webhook_id/webhook_token
flock://app_token/g:channel_id
gitter://token/room
gchat://workspace/key/token
msteams://TokenA/TokenB/TokenC/
o365://TenantID:AccountEmail/ClientID/ClientSecret/TargetEmail
rocket://user:password@hostname/#Channel
mailto://user:pass@example.com?to=receivingAddress@example.com
json://someserver.com/custom-api
syslog://
< a href = "https://github.com/caronc/apprise" > And everything else in this list!< / a >
< img src = "https://raw.githubusercontent.com/dgtlmoon/changedetection.io/master/screenshot-notifications.png" style = "max-width:100%;" alt = "Self-hosted web page change monitoring notifications" title = "Self-hosted web page change monitoring notifications" / >
2021-05-01 00:02:43 +00:00
### Notes
- Does not yet support Javascript
- Wont work with Cloudfare type "Please turn on javascript" protected pages
2021-05-08 13:15:50 +00:00
-You can use the 'headers' section to monitor password protected web page changes
2021-05-01 00:02:43 +00:00