hs-scrape-0.1.0.0: Simple and easy web scraping and automation in Haskell.

Safe HaskellNone
LanguageHaskell2010

Network.Scraper.State

Documentation

data InpFilter a Source

Constructors

Custom [Text] 
AllVisible 
AllInps 

Instances

data FormAttr Source

Constructors

Name Text 
ActionUrl Text 
FormId Text 

Instances

type Scraper = StateT ScraperState IO Source

isDisplayed :: Cursor -> Bool Source

fillForm :: Maybe Cursor -> Maybe [(Text, Text)] -> InpFilter a -> [FormParam] Source

hasHide :: Cursor -> Bool Source

getInputs :: InpFilter a -> Cursor -> Map Text Text Source