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
Post a Comment