From 2973f40035a6f9c309c14e0bd7f944a4e0b30a99 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 22 Dec 2021 10:42:48 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6d6fe2cc..26262ea7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,16 @@ _Need an actual Chrome runner with Javascript support? We support fetching via W **Get monitoring now! super simple, one command!** -Run the python code on your own machine by cloning this repository, or with docker and/or docker-compose +Deploy to Heroku for free, Run this python directly, or with docker and/or docker-compose + +## Screenshots + +Examining differences in content. + +Self-hosted web page change monitoring context difference + +Please :star: star :star: this project and help it grow! https://github.com/dgtlmoon/changedetection.io/ + ## Installation @@ -79,14 +88,6 @@ docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/dat docker-compose pull && docker-compose up -d ``` -## Screenshots - -Examining differences in content. - -Self-hosted web page change monitoring context difference - -Please :star: star :star: this project and help it grow! https://github.com/dgtlmoon/changedetection.io/ - ### 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 apprise library. From 396509bae81bd65fb2f0da118f6b3934198abc24 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 22 Dec 2021 10:43:22 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26262ea7..52892c31 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Know when ... _Need an actual Chrome runner with Javascript support? We support fetching via WebDriver!_ -**Get monitoring now! super simple, one command!** +**Get monitoring now! super simple.** Deploy to Heroku for free, Run this python directly, or with docker and/or docker-compose