Page 1 of 1

Parse this forum via LiveCode

Posted: Wed May 20, 2015 5:06 pm
by catalinanesia
Hi everyone,
Is there a way (API probably) to parse this forum via LiveCode?

Thanks!
Catalin

Re: Parse this forum via LiveCode

Posted: Wed May 20, 2015 8:15 pm
by FourthWorld
Depends on the data you want. The RSS feed link at the top left of the home page is probably a good place to start.

Re: Parse this forum via LiveCode

Posted: Wed May 20, 2015 9:10 pm
by Klaus
Hi Richard,
FourthWorld wrote:Depends on the data you want. The RSS feed link at the top left of the home page is probably a good place to start.
could you please point me to that RSS feed link here: http://forums.livecode.com/index.php 8)

Best

Klaus

Re: Parse this forum via LiveCode

Posted: Wed May 20, 2015 9:33 pm
by FourthWorld
Klaus wrote:Hi Richard,
FourthWorld wrote:Depends on the data you want. The RSS feed link at the top left of the home page is probably a good place to start.
could you please point me to that RSS feed link here: http://forums.livecode.com/index.php 8)
Seems that icon got dropped during a recent update. I've dropped a note to Heather asking for it to be reinstated.

Any masochists among us are welcome to grab all of the section-specific RSS feeds, but if you want a single feed for the forums as a whole the URL is:
http://forums.livecode.com/feed.php

Re: Parse this forum via LiveCode

Posted: Thu May 21, 2015 12:48 am
by Simon

Re: Parse this forum via LiveCode

Posted: Thu May 21, 2015 4:36 pm
by catalinanesia
Thanks for the input,
So if I got it well it means I need to refresh the feed.php link very often to add the new modifications ?
There is no option where I can get a (very big) file (txt for example or whatever type) with all the forum in it ?
What would be the easiest way to get the forum live in LiveCode ?

Regards,
Catalin

Re: Parse this forum via LiveCode

Posted: Thu May 21, 2015 8:29 pm
by FourthWorld
This web-based forum is currently accessible via a Web browser. The database behind it weighs in at 386 MBs today, growing daily. Summaries of recent activity are available as RSS, but I know of no API to obtain all content posted here.

What would you like to do?

Re: Parse this forum via LiveCode

Posted: Wed May 27, 2015 10:00 am
by MaxV
Probably you want to parse the XML of the RSS feed, here there is an example: http://livecodeitalia.blogspot.it/2014/ ... ss_22.html
You can use the Google translate button in the top right to translate that page to your language.