scrape-changes

Scrape websites for changes

Version on this page:0.1.0.4
LTS Haskell 9.21:0.1.0.5
Stackage Nightly 2017-07-25:0.1.0.5
Latest on Hackage:0.1.0.5

See all snapshots scrape-changes appears in

GPL-3.0-only licensed by Matthias Herrmann
Maintained by [email protected]
This version can be pinned in stack with:scrape-changes-0.1.0.4@sha256:21c89dc42beb6dc07f055d67cb56d47f318bfd0ad85488238eabb2f126b7446c,2963

Module documentation for 0.1.0.4

This library scrapes websites and invokes callbacks when there are changes, similar to a RSS reader. Sending an email by invoking sendmail is a built-in callback mechanism. Of course, users can provide their own callback function in addition.

Look at Network.ScrapeChanges for a full working example on how to use "scrape-changes".