LIbre Web Page Update Notifier?

2 risposte [Ultimo contenuto]
davidpgil
Offline
Iscritto: 08/26/2015

Hi all. I'm trying to find a way to be notified of a website update without needing to "subscribe" to the website. Is there a way to do that in a Libre way?

jxself
Offline
Iscritto: 09/13/2010

RSS/ATOM feed?
Use wget? Pipe it to diff? If diff detects a change (which you can tell from the exit status), do some notification thing. Otherwise quit. Automate via cron to check as often as you wish.

davidpgil@unseen.is
Offline
Iscritto: 06/02/2017

I don't want to have an RSS. I'd like to be notified after a certain time if a page is updated. Thanks for the ideas! I'm new to GNU/Linux (Since late 2015) and I still havent gotten creative with chaining programs using pipes and such. I'll experiment. Thanks!

----- Original Message -----
From: name at domain
To: "trisquel-users" <name at domain>
Sent: Thursday, June 1, 2017 9:36:36 PM
Subject: Re: [Trisquel-users] LIbre Web Page Update Notifier?

RSS/ATOM feed?
Use wget? Pipe it to diff? If diff detects a change, do some notification
thing. Otherwise quit. Automate via cron to check as often as you wish.