
14 Nov
2010
14 Nov
'10
11:17 a.m.
Shpider is a web automation library for Haskell. It allows you to quickly write crawlers, and for simple cases ( like following links ) even without reading the page source. Shpider is on hackage at http://hackage.haskell.org/package/shpider Shpider development repository is now on github at https://github.com/elginer/shpider Shpider 0.1.1 now compiles on ghc-6.12, with the latest version of tagsoup-parsec. Thanks to Noriyuki OHKAWA for a patch! John Morrice