[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [syndication] Auto-aggregation of RSS from Blogroll management system



> Right. I guess I'm trying to do it from the opposite direction. Start 
> from the blogroll and get the feeds, instead of starting at the feedlist 
> to create a blogroll.

OK, I've done that:

	http://www.myelin.co.nz/post/2003/12/22/#200312221

You need Python, my script
(http://www.myelin.co.nz/post/2003/12/22/oneclick.py.txt) and Mark
Pilgrim's rssfinder.py
(http://diveintomark.org/projects/misc/rssfinder.py.txt).  Then run:

	python oneclick.py URL

or

	python oneclick.py URL exclude-pattern

where exclude-pattern is the URL of your archives, for example, if
they aren't in the same place as your blog.  (e.g. for Scripting News,
put "archive.scripting.com" as the exclude-pattern).

Cheers,
Phil