Paul Dix Explains Nothing Entrepreneurship, programming, software development, politics, NYC, and random thoughts. For a long time I have been disappointed in the Atom and RSS libraries available in Ruby. I always had some small issue like it... 続きを読む
Wednesday, July 1, 2009 RSS Feeds by Coincidence ‹prev | My Chain | next› To finish off my meals RSS feed, I need to implement meal links and published dates in the items. First up is "Then I should see a meal link" which I ought to be able... 続きを読む
Rubyに標準添付されているRssParserでGigazineのフィードから更新日時が取得できない!http://gigazine.net/index.php?/news/rss_2.0/よくよくフィードを見てみた。 xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/sy... 続きを読む
This is an example of how to use the FeedTools gem to parse a feed. FeedTools supports atom, rss, and so on… The only negative thing about FeedTools is that the project is abandoned, the author said this in a comment from March 2008: “I’ve... 続きを読む
はてブ(はてなブックマーク)のRSSを取得して、要素を抽出するRubyプログラムを作ってみました。 はてブのRSS まずはてブのRSSを構成する要素を確認します。 はてブの タイトル (title) リンク (link) 説明 (description) あとは各ブックマークの タイトル (ti... 続きを読む
ブログURI 仕様 RSS1.0/RSS2.0に対応 atomには非対応(rssライブラリのバージョンの問題) descriptionに<img>タグがあった場合は除去 結果 RSS URI ブログへ戻る 続きを読む
Webプログラマー+WebデザイナーなZARU日記 生涯プログラマーを目指して頑張るZARUのお仕事メモ+日記。主にPHP/Ruby/JavaScript/Webデザイン/写真/音楽/日記について書いています。 blog home photo kaiha2.net ライブラリ rss を使う Rubyほどの言語ならRSSを... 続きを読む
URL: http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS Parser 最終更新日時: Fri, 28 Dec 2007 13:42:26 JST (279d) リンク: [kou (122d)] [RSS Parser::README.en (279d)] [RSS Parser::README.ja (279d)] [RSS Parser::Reference.ja (305d)] [RSS Parser:... 続きを読む
And Ruby just doesn’t stop surprising us!! In the past we have to deal with XML files and parse them, incredibly easy task using Hpricot library. Now the turn was for OPML (Outline Processor Markup Language) files. In case you are not famili... 続きを読む
This example demonstrates how to parse OPML with Ruby. First install the gem. 1 gem install opml Then run this code: 1 require 'pp' 2 require 'rubygems' 3 require 'opml' 4 5 opml = Opml.new(File.read('opml.xml')) 6 pp opml 7 8 opml.outlines[0... 続きを読む
Feedbag is a feed auto-discovery Ruby library. You don't need to know more about it. It is Ruby's favorite auto-discovery tool (or library)! Quick synopsis Shell binary Lastest versions of Feedbag contain a Ruby script that you can run direct... 続きを読む
A weblog by David Moreno.Last week, I spent some time building a good (that I liked) feed auto-discovery tool to use in Ruby for other project I'm building, rFeed. I liked CPAN's Feed::Find, and at some point I made a wrapper class to run a P... 続きを読む
README.mdOPML_speed_reader Fast OPML parser for importing RSS feeds. Getting started gem install opml_speed_reader Examples cd examples bundle exec ruby opml_to_yaml.rb < ../test/opml/Google.xml Dependencies libxml-ruby - Gem libxml2 and libx... 続きを読む
こんにちは。T氏です。今日はrubyでRSSを取得する方法をご紹介します。 rubyにはRSSを取得するためのクラスが用意されているため、それを使ったサンプルを作成しました。クラスは [RUBY_HOME]/rss/**.rb に色々と用意されています。 ※rubyは1.8.7 を使っていま... 続きを読む
We will be deprecating the current v1 engine soon. This is your chance to try your Pipe in v2 and report bugs. You may encounter differences and incompatibilities when switching. (Find out more about v2.) Please take some time to log any ques... 続きを読む
祝日だからといって調子に乗って夜更かししていると朝方になって気づけばTLにfubaとkkshowの名前しか出てこなくなり急激な焦燥感に襲われるので適当な時間に寝たほうがよい 続きを読む
UPDATE 22APR09: This has all changed yet again. I’m leaving the bulk of this here for historic purposes so scroll to the update section at the bottom. Ever want to use the RSS feed from your Facebook status? Well, this is ridiculously harde... 続きを読む
On Tuesday, Facebook was awarded a major patent for “Dynamically providing a news feed about a user of a social network”. This is a huge deal for a number of reasons, most significantly that it grants Facebook the opportunity to pursue othe... 続きを読む
As we move towards the new Facebook profile, one of our major goals is to improve the quality of feed stories. We want users to have a sense of ownership of their Mini-Feed and trust in the stories that are created on their behalf. Since appl... 続きを読む
The Activity Feed plugin displays the most interesting recent activity taking place on your site. Since the content is hosted by Facebook, the plugin can display personalized content whether or not the user has logged into your site. The acti... 続きを読む
[RFCs/IDs] [Plain Text] [From draft-ietf-atompub-format] PROPOSED STANDARD Network Working Group M. Nottingham, Ed. Request for Comments: 4287 R. Sayre, Ed. Category: Standards Track December 2005 The Atom Syndication Format Status of This Me... 続きを読む
こんにちは、櫛井です。 「livedoor Readerで購読したいのにRSSがない!」 ってこと、よくありますよね。 なので作りました。 Page2Feed API | EDGE 簡単に言うと 「きれいなフィードではないけど、変更を検知するのに適したフィードを作ってくれる」 そんな機... 続きを読む
ブログでの告知がすっかり遅れてしまいましたが、マイコミジャーナルにて、ライフハックス心理学の佐々木正悟さんと対談連載を始めています。その名も「ライフハック・トーク」。 佐々木さんの「Google 世代の整理術『情報整理ハックス』」のあとを受ける形でス... 続きを読む
RSSの購読を効率化するための PubSubHubbub というプロトコルがあるらしい 2009/07/15 00:50:13 記事を書いてからRSSリーダーにその記事が反映されるまでにタイムラグはつきもの。最近はTwitterのリアルタイム性が注目されていてRSSリーダーはだめだめだという... 続きを読む
イマサラなんですけど。mixiにリクエストを送るとRSS Feedを返してくれるそうです。。 myMixiMemberIdを「プロフィールを確認」でのURL http://mixi.jp/show_profile.pl?id=XXXXX のXXXXXの部分に置き換えればいい感じ。あと、自分がログイン状態じゃないとダメ... 続きを読む