Parse this forum via LiveCode

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
catalinanesia
Posts: 83
Joined: Sun Feb 16, 2014 10:08 pm

Parse this forum via LiveCode

Post by catalinanesia » Wed May 20, 2015 5:06 pm

Hi everyone,
Is there a way (API probably) to parse this forum via LiveCode?

Thanks!
Catalin

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Parse this forum via LiveCode

Post by FourthWorld » Wed May 20, 2015 8:15 pm

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.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Parse this forum via LiveCode

Post by Klaus » Wed May 20, 2015 9:10 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Parse this forum via LiveCode

Post by FourthWorld » Wed May 20, 2015 9:33 pm

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
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: Parse this forum via LiveCode

Post by Simon » Thu May 21, 2015 12:48 am

I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

catalinanesia
Posts: 83
Joined: Sun Feb 16, 2014 10:08 pm

Re: Parse this forum via LiveCode

Post by catalinanesia » Thu May 21, 2015 4:36 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Parse this forum via LiveCode

Post by FourthWorld » Thu May 21, 2015 8:29 pm

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?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Parse this forum via LiveCode

Post by MaxV » Wed May 27, 2015 10:00 am

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Off-Topic”