changedetection.io/README.md

57 wiersze
2.4 KiB
Markdown
Czysty Zwykły widok Historia

2021-01-27 19:51:55 +00:00
# changedetection.io
2021-04-02 02:58:49 +00:00
![changedetection.io](https://github.com/dgtlmoon/changedetection.io/actions/workflows/image.yml/badge.svg?branch=master)
<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
<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
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
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-02-01 10:43:39 +00:00
### Screenshots
2021-02-01 09:52:53 +00:00
Examining differences in content.
<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 " />
Please :star: star :star: this project and help it grow! https://github.com/dgtlmoon/changedetection.io/