Posted 27 October 2012 - 06:48 PM
Ok when you use http.get() you get the source code of a website is there a way to turn that source code into Lua to make it readable from inside computercraft?
how do i use this?I used this library once for generating a html parse tree: https://gist.github.com/312275
It needed some minor tweaks to work (one I can remember is removing 'module(…, package.seeall)' on line 4)