[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syndication] Auto-aggregation of RSS from Blogroll management system
- To: syndication@yahoogroups.com
- Subject: Re: [syndication] Auto-aggregation of RSS from Blogroll management system
- From: Phillip Pearson <phil@myelin.co.nz>
- Date: Mon, 22 Dec 2003 12:30:39 +1300
- In-reply-to: <BWZ5R+oUAE5$EA9B@jblaptop.voidstar.com>
- References: <1wfU4PSIYs4$EAxz@jblaptop.voidstar.com> <OgmasZTt2s4$EA27@jblaptop.voidstar.com> <20031220004522.GB19242@thermal> <3FE3F534.9090108@vertexdev.com> <OAmakhipoA5$EA85@jblaptop.voidstar.com> <050401c3c6e6$b36711c0$6601a8c0@notebookmonster> <BWZ5R+oUAE5$EA9B@jblaptop.voidstar.com>
- Sender: Phillip Pearson <pp@myelin.co.nz>
- User-agent: Mutt/1.5.4i
> 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