webautomation - Automating website forms using Haskell -


are there nice libraries (and if so, they) automating website queries using haskell.

basically want form, fill in values , results (and naturally, repeatedly).

i'm not sure whether you're looking web scraper or way make get/post requests. in latter case, there's network.http, or haskell libcurl bindings. in former, handsomesoup, or 1 of other html parsing libraries (i've never used these myself, can't recommend specific one).


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -