hScraper: A Haskell library to scrape and crawl web-pages

[ bsd3, library, web ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.4 && <4.9), bytestring, directory, HTTP, http-conduit, http-types, parsec, process, regex-compat, text, transformers [details]
License BSD-3-Clause
Author Nishant Gupta, Ayush Agarwal
Maintainer nishant.gupta291995@google.com, agarwal.ayush9@gmail.com
Category Web
Source repo head: git clone git://github.com/Nishant9/hScraper.git
Uploaded by nishant at 2015-11-09T07:31:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 927 total (3 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-11-12 [all 1 reports]

Readme for hScraper-0.1.0.0

[back to package description]

hScraper Build Status

A Haskell library to scrape and crawl web-pages.

Parses correct html by itself and has support for malformed html using either one of :

See Documentation for more info.