Read my latest article: Planet Argon Blog (posted Wed, 17 Feb 2010 15:11:00 GMT)

Subscribe to Basecamp RSS Feeds in Google Reader

Posted by Robby Russell Fri, 17 Aug 2007 20:42:00 GMT

7 comments Latest by rick Wed, 08 Oct 2008 15:25:31 GMT

Yesterday afternoon, we were helping our newest employee, Paige Saez, get setup with new accounts across all of our applications. She uses Google Reader and couldn’t understand why her Basecamp RSS wasn’t working in it. We explained that Google doesn’t provide any way to subscribe to authenticated feeds (yet)... so it wasn’t something she could do. (I still use NetNewsWire because of this problem…)

During the discussion, I said that it probably wouldn’t take much effort to build a proxy for an authenticated feed… and Andy said he’d give it a shot.

10 minutes later… he had an initial version of a RSS proxy application, written in Ruby.

15 minutes after that, we had it up and running on a private server for all of us at PLANET ARGON to begin using.

...and here is the proof!

Wee! Authenticated Basecamp RSS feeds in Google reader. It even works with the openid authentication.

You can grab the code from Andy’s blog post and finally make the switch off of desktop RSS readers to Google Reader, because you know you want to. ;-)

Thanks Andy!

Subscribe to my RSS feed Enjoying the content? Be sure to subscribe to my RSS feed.
Comments

Leave a response

  1. Avatar
    DHH Fri, 17 Aug 2007 22:54:31 GMT

    Be sure you’re certain that Google won’t have this feed publically indexed and available to the world. That’s half the reason we went with authentication in the first place.

    Web-based aggregators very often consider it kosher to share all the feeds they service to the world at large.

  2. Avatar
    Robby Russell Sat, 18 Aug 2007 03:42:48 GMT Recommend me on Working with Rails

    DHH.

    Yeah, it’s on a server and since we’re manually crafting the URL, it’d be rather difficult for Google search to ever hit it.

    However, I wonder if they use the google reader URLs to feed their search indexing… hmm. Perhaps we could add another check to verify the user-agent is Google reader…

    Good point though… but for the time being, the convenience of leaving NetNewsWire is a higher priority for now. :-)

  3. Avatar
    Tomas Jogin Sat, 18 Aug 2007 09:09:16 GMT

    Another solution is to use Yahoo Pipes as that proxy, but be sure to not “publish” it or, like DHH mentioned, it will be available to anyone.

  4. Avatar
    Chris Griffin Sat, 18 Aug 2007 20:36:37 GMT

    According to Google Webmaster Information site, Google does not index feeds from Feedfetcher, which is the technology Google uses to retrieve feeds for Google Reader. But if Googlebot finds the feed (which I don’t know how it would), then it would be exposed. It would be wise to put a robots.txt file on the proxy server to expose the feeds.

    http://scholar.google.com/feedfetcher.html#secretserver

    But, I still don’t agree that exposing your feed to the wild is a good idea for the sake of being able to use Google Reader. But you already know that :)

  5. Avatar
    Chris Griffin Sat, 18 Aug 2007 20:38:11 GMT

    typo: It would be wise to put a robots.txt file on the proxy serve that exposes the feeds.

  6. Avatar
    evbart Thu, 12 Jun 2008 20:42:56 GMT

    Did google reader every add this feature?

  7. Avatar
    rick Wed, 08 Oct 2008 15:25:31 GMT

    no, but bloglines has had it for years.

Share your thoughts... (really...I want to hear them)

Comments