@hackage haskell-fake-user-agent0.0.2

Simple library for retrieving current user agent strings

FAKE USER AGENT STRING

Very simple library downloading current user agent strings from http://useragentstring.com

HOW TO USE

getBrowserStrings :: String -> IO [String]

returns a list of user agent strings for a given browser, where browser may be "Chrome", "Firefox", etc. (see http://useragentstring.com for the list of browsers)

getLatestBrowserString :: String -> IO String

returns a head of the above list

  • Installation

  • Dependencies (0)

  • Dependents (0)