hello gentles men and ladies,
good afternoon and i hope you all are just dandy and ripe with anticipation to read my lovely post.
I would like to know...
is there any way I can obtain some sort of RSS feed or way to get posts from this here great forum, sans-scraping?
Thank you for your time, and remember your pal pstraw is on your side, and he loves you, and he knows how to talk professionally in the regular forums and not the "shit post" forums.
Cheerz
Yes, e.g.
https://wetfishonline.com/index.php?action=.xml;topic=195.0;type=rss2
Quote from: ceph on December 31, 2016, 03:35:04 PM
Yes, e.g.
https://wetfishonline.com/index.php?action=.xml;topic=195.0;type=rss2
Thanks ceph!! you're so smart
Quote from: ceph on December 31, 2016, 03:35:04 PM
Yes, e.g.
https://wetfishonline.com/index.php?action=.xml;topic=195.0;type=rss2
Sexy. THanks!
Using this link to pull latest 10!
https://wetfishonline.com/index.php?action=.xml;sa=recent;limit=10
from http://www.simplemachines.org/community/index.php?topic=25009.0 (http://www.simplemachines.org/community/index.php?topic=25009.0)
Updated for anyone interested...the default SMF rss is pretty wak - definitely want to include a "type" query in the xml request.
"Official" RSS info for Simple Machines Forum:
http://www.simplemachines.org/community/index.php?topic=25009.0 (http://www.simplemachines.org/community/index.php?topic=25009.0)
Most recent pull I'm using:
https://wetfishonline.com/index.php?action=.xml;type=atom;sa=recent;limit=30 (https://wetfishonline.com/index.php?action=.xml;type=atom;sa=recent;limit=30)
If you also want the author's name, use type=atom.
That's what fishy uses (https://github.com/itsrachelfish/fishy-bot/blob/2d8d1ca50347516505051cbe31a9d5b720ecdd7f/modules/wfo.js#L2)!
Nice, good info thx m8. Updated recommended feed URL above!