Archive for the 'scrapi' Category

Which microformat to use for maximum co.mments compatibility

Friday, February 9th, 2007

I recently reviewed three comment tracking systems and co.mments was my personal winner. It was able to track all comments except for my own blog which uses a non common comment system written by me.

I read a little bit into the different microformats that are currently in the wild to markup comments and want to add one of them into my tool. The question is which of these formats does co.mments understand? If multiple, which is preferred?

To me the non-official mfComment format looks most complete and sane. Is it supported by co.mments?

What’s new

Thursday, April 20th, 2006
A lot of improvements, most of them focused on your tracking page and feed. You asked for them, and you got them.From now on, the feeds will show every conversation you are tracking, and as before, any new comments added since you last checked the feed. It also shows all the same information included in the tracking page.For those new to the service, subscribing to feeds is now easier. In addition, if you have an account you can always find your feed at http://co.mments.com/track/[username]. The old feed address still works, this is just an easier way to find your feed.

The tracking page shows new comments at the top. Gone are the days of scrolling down to see new comments — posts with new comments will always show up at the top of the list. And since it’s now easier to track a lot of conversations, the tracking page makes that easier by adding navigation to older and recent posts. Look for the navigation links at the bottom of the page.

You’ll also notice that the main conversations page and its feed have the same functionality as the tracking page. Check it out, there’s a lot of interesting conversations added throughout the day.

If you’re tracking conversations in languages other than English, more good news. Conversations will now show up with longer title and longer posts.

And as always, a few minor improvements, like getting rid of the scrollbars that show in Safari, making it possible to use co.mments even if you’ve disabled JavaScript, and a new layout that shows more conversations in a single page.

comments-safari.png

Scrapi

Tuesday, February 28th, 2006

One of my favorite things out of MashupCamp is the word scrAPI.

The biggest challange in designing co.mments is figuring out how to identify comments. We could use comment feeds, but most blogs don’t support them. We can invent a new API and sit around waiting for bloggers to support it … some day. There are other solutions, but the one I found out to be the simplest is to just scrape the page and look for comments.

So essentially, you can think of each blog as having an API. A scraping API. Not all of them have it, and some are better than others, but for the majority of blogs, it’s good enough.

And not just for comments. Over the next few weeks, you’ll see a few additions that are currently in the works. I’m looking at ways to add authors, so you can track all comments made by a given person, and a way to add tags so you can drill down into conversations other people are tracking.

It’s all a matter of adding more features to the existing scrAPI.

And more on scrAPIs, from Thor Muller of RubyRedLabs:

The most exciting thing for me about Mashup Camp was seeing clearly the contours of an emergent phenomenon now in its earliest stages. We have APIs for only a miniscule portion of the data providers out there, and this is unlikely to change anytime soon. But we are starting to see a new breed of home-brewed APIs built on top of the screen scrapers we’ve all been writing and maintaining for years—scrapers that pull crime stats from police blotters, address data from Craigslist apartment listings, mp3s from web sites.

And of course there are ways to improve on the scrAPI, with a touch of Microformats. For bloggers, that’s the easiest and quickest solution to make sure comments are easily tracked. I’ll get to that in a future post.