How to scrape HUGE RSS list and convert to articles?

psychotix

Regular Member
Joined
Nov 28, 2008
Messages
205
Reaction score
57
Hi all,

So I have hundreds of RSS I'd like scraped and saved to my hard drive. Afterwards I like to convert them to txt files to be imported to Xsitepro.

What tools, hopefully free ones can I use?
TNx
 
I think you could try rss to html and then convert html to text.
Just hit them on google.
 
Thanks, but as I said I have hundreds of RSS, and rss2html only allows 1 at a time.
Are there other tools?
 
Rss is XML, so if you know PHP or other programing language it wont be a problem to parse the feed and store the data in to a DB. From the DB you can do anything you want with the data
 
Textpipe Pro might be what you're after. It isn't free, but is absolutely fantastic for text processing of any sort.
 
Tnx guys.
I have textpipe pro that I got from demonoid. I hope this solves it!
 
Back
Top