Jump to content




question about http


  • You cannot reply to this topic
2 replies to this topic

#1 tom2018

  • Members
  • 135 posts

Posted 27 October 2012 - 05: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?

#2 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

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)

#3 tom2018

  • Members
  • 135 posts

Posted 27 October 2012 - 06:25 PM

View PostOrwell, 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)
how do i use this?





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users