ID:2101957
 
Code:
No code needed to be inserted


Problem description: I was wondering if anybody by chance knew of any byond projects that take actual website information and can process it. Let's say, process www.google.ca

Process it how?

I think some people do have code that grabs web content.
In response to Lummox JR
Yeah I'm doing a search for it but maybe im not wording it right, thats why I came here. Yes, be able to read information from a website and process in the byond environment.
You'd simply need to use world.Export() and parse the returned content as needed.