The Artima Developer Community
Sponsored Link

Python Buzz Forum
All-RSS-within-one-click finder

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
All-RSS-within-one-click finder Posted: Dec 21, 2003 5:03 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: All-RSS-within-one-click finder
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

I wrote a Python script that downloads a web page, then examines all linked pages to try to find their RSS feeds.

(Of course, it uses Mark Pilgrim's RSS finder to do the actual finding.)

This is good if you have an HTML-format blogroll and you want to know the RSS feeds for all the linked blogs. Sorta like what Dave Winer did with the weblog neighborhood tool, except that it looks for links in the HTML rather than in XML dumps from aggregator subscription lists, and consequently it finds feeds for things people link to rather than things they read.

To run, you need Python, Mark's rssfinder.py, and the script linked above. Rename *.py.txt to *.py after downloading. Then run like this:

python oneclick.py

- to find RSS for people I link to

python oneclick.py http://your.blog.url/

- to find RSS for people you link to

python oneclick.py http://scripting.com/ archive.scripting.com

- to find RSS for people Dave links to

Note that if your archive URLs aren't directly under your blog main URL, you need to specify your archive URL explicitly (as I did with archive.scripting.com above) as the second parameter to the script. If you don't, it'll still work, but it'll take ages because it'll waste time trying to find your own RSS feed over and over again.

Comment

Read: All-RSS-within-one-click finder

Topic: Velocity Previous Topic   Next Topic Topic: Dude, where's my year?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use