A Mechanize-like web scraping library
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 22 May 2017
- Authors
- Maintainers
Sources
Dependencies
alcotest
with-test & < "0.8.0"
lambdasoup
< "0.7.0"
uri
< "3.0.0"
cohttp
>= "0.21.0" & < "0.99"
ocamlfind
build
ocamlbuild
build
ocaml
>= "4.02.0"
Reverse Dependencies