Grab RSS, Twitter, etc?

Has anyone attempted to pull an RSS feed/Twitter feed into Codea? Is it even possible?

It’s possible to create an add on in the new run time that’s coming out using objective c to create new functions that codea can use. Everything that is possible on apps in the AppStore (to an extent) is possible in codea if you spend the time and effort

@Nichod @Luatee this should be possible without a native addon, you should be able to use the included http.request() function to fetch the data you need.