Search code examples
scalascreen-scraping

Is there a scala version of Python's Mechanize?


I have used mechanize in Python with great success. However, I am trying to learn Scala. I have an IRC bot that I would like to add some features to, mostly having to do with screen scraping web pages from our corporate intranet. That requires being redirected to a corp-wide login page, then going to the destination, then having to possibly submit another login.

Does anyone know of something that I can use from Scala to get this sort of functionality?


Solution

  • I don't know any Scala effort of similar functionality. Pending answers to the contrary, I advise you to look for Java libraries of similar functionality.