package mechaml

  1. Overview
  2. Docs
A Mechanize-like web scraping library

Install

Dune Dependency

Authors

Maintainers

Sources

opam-release-0.1.tar.gz
md5=9294b88d7fe4ce3b42b9de4363827681

Description

Mechaml is a simple web scraping library that allows to :

  • Fetch web content
  • Analyze, fill and submit HTML forms
  • Handle cookies, headers and redirections
  • Use a web proxy (soon to be implemented)

Mechaml is built on top of existing libraries that alreay provide most of the interesting features : Cohttp and Lwt for asynchronous I/O and HTTP handling, and Lambdasoup to parse HTML. It provides an interface that handles the interactions between these and add useful features.

Published: 22 May 2017

Dependencies (7)

  1. lambdasoup < "0.7.0"
  2. uri < "3.0.0"
  3. lwt
  4. cohttp >= "0.21.0" & < "0.99"
  5. ocamlfind build
  6. ocamlbuild build
  7. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test & < "0.8.0"

Used by

None

Conflicts

None