O'Reilly Network: The New Bloglines Web Services
Bloglines today announced a set of new Web Services APIs, allowing developers to write applications for reading RSS and Atom feeds by drawing data directly from the Bloglines databases.
さっそく O'Reilly Weblogs で Bloglines Web Services の記事。Bloglines が RSS Feed のキャッシュになり、Bandwidth 節約に一役買う部分の前提知識から REST API をGroovy + Java から使用した Bloglines GUI クライアントのソースコードまでかなりよくまとまってます。
最後にアイデアとして、
The Bloglines APIs would be a great basis for an offline RSS reader. If you're getting on a plane and will be offline for a while, just sync up your unread feeds, and use a desktop system to read them on the road.
長期間オフラインになっている間は、未読のフィードを一気に sync して、デスクトップの RSS リーダーで読む。
Make a better notifier. Right now, the Bloglines notifier simply alerts you to how many new articles you have to read. With the new APIs, you could present a list of new article titles, or show which feeds have updates, or more.
もっとよい Notifier をつくる。現状は Item の数しか通知してくれないけど、タイトルや更新されたフィードの数とか、いろいろ出せるはず。
Read your feeds in email....or nntp....or on your pager....or wherever. The APIs would make writing an RSS-to-anything gateway trivial. You could probably even spit out stock prices on an old ticker-tape machine....
RSS フィードを E-mail や NNTP などで読んだり、他のシステムにつなぐのに使えるでしょうと。
などなどいくつかアイデアがのってますね。
とりあえず、Feed ジャンキー向けのモバイル用のゲートウェイ、それから長期間オフラインになったときにたまりまくって困らないように、未読が一定アイテム数を越えたら MIME メールで送りつける、みたいのがあるといいかもです。