scrape-changes

Scrape websites for changes

Version on this page:0.1.0.3
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.3@sha256:60974d31a4a40cc85ed563f844fa3da3100f85462b4bcab88df3da9d25b4ed62,2963

Module documentation for 0.1.0.3

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".