This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: PyCS RSS comment feed help
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
Just got a question from Rogers Cadenhead about the PyCS comment RSS feeds. You can get lots of different types of comment feeds. This information is taken from Georg's PyCS RSS comment feed announcement mailing-list post.
That gives you a feed for user #1. Change the number after 'full=' to get various different types of data in your feed:
- full=1: a feed with shortened description elements (only the first 40 bytes)
- full=2: a feed with full description elements
- full=3: the same as full=2, but including all comments (the others only include the last 14 days of comments)
So if you want to download all your blog's comments at once, fetch with full=3. Subscribing to that might suck up a fair bit of bandwidth (I'd recommend full=2 for tracking comments in an aggregator), but if you need them all for some reason (changing comment servers?), use full=3.