Como saber quando uma página da web é atualizada?

3

Estou procurando uma maneira de saber quando uma página da web é atualizada. Este site não é muito "web 2.0", não tem ajax, parece um HTML simples.

Eu preciso de uma maneira de receber uma notificação instantânea quando a página for alterada / atualizada.

Existe algum aplicativo. fazer isso?

Obrigado

    
por emzero 13.02.2012 / 18:06

5 respostas

3

Acabei usando a NotiPage

NotiPage is a FREE webpages monitoring software. Once you've configured a monitoring alert related to a specific webpage, NotiPage will automatically check this webpage on a periodic basis until all the set criteria are met. At that time, NotiPage will warn you by a visual and audible alert.

Freeware, leve, atualizado recentemente. Pode verificar a cada 1 minuto.

    
por 14.02.2012 / 22:03
4

Você pode tentar ChangeDectection :

ChangeDetection.com provides page change monitoring and notification services to internet users worldwide. Anyone can use our service to monitor any website page for changes. Just fill in the form below, we will create a change log for the page and alert you by email when we detect a change in the page text. We've been doing it since 1999. It's free.

    
por 13.02.2012 / 18:39
0

Um FLOSS para GNU / Linux seria Specto .

Specto is a desktop application that will watch configurable events (such as website updates, emails, file and folder changes, system processes, etc) and then trigger notifications.

For example, Specto can watch a website for updates (or a syndication feed, or an image, etc), and notify you when there is activity (otherwise, Specto will just stay out of the way). This changes the way you work, because you can be informed of events instead of having to look out for them. Better than clicking the refresh button on Caturdays, huh?

    
por 13.08.2012 / 16:02
0

Aplicativos GNU / Linux disponíveis para: Ubuntu, Debian, Fedora em seus repositórios:

  • urlwatch - Bom, simples , facilmente personalizável (via ~/.urlwatch/urls.txt ) script Python, rastreando arquivos locais e remotos. Você pode até mesmo passar dados POST e rastrear a saída de comandos do shell - veja o exemplo em ~/.urlwatch/urls.txt.example . A saída está em formato de diff unificado . Pode ser usado como trabalho no cron (por exemplo, notificação por e-mail). Sem GUI.
  • specto - Rastreia e-mails (POP3, IMAP e gmail), alterações no site (RSS e HTML), arquivos locais. Aplicação GUI.
por 18.06.2015 / 18:10
0

Você pode escrever um script que execute wget para recuperar a página e o md5checksum para criar um hash da página. Em seguida, armazene o hash e faça com que seu script compare o último hash com um timestamp.

    
por 18.06.2015 / 23:56