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?
question about http
Started by tom2018, Oct 27 2012 05:48 PM
2 replies to this topic
#1
Posted 27 October 2012 - 05:48 PM
#2
Posted 27 October 2012 - 05:54 PM
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)
It needed some minor tweaks to work (one I can remember is removing 'module(..., package.seeall)' on line 4)
#3
Posted 27 October 2012 - 06:25 PM
Orwell, on 27 October 2012 - 05:54 PM, said:
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)
It needed some minor tweaks to work (one I can remember is removing 'module(..., package.seeall)' on line 4)
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











