otsune's SnakeOil RSSフィード

python -c "print''.join([chr(x) for x in 111&1101,110+~-~11,10^11*11,110+~-~11,-~101,-~11^11*11,~-110,111&11*11,11+11+10,11|~-0110,1-~11^11*11,10^11*11,-~11^11*11,110,101])"

2007-04-15

RSSをtwitterに

RSSをtwitterに - otsune's SnakeOil  を含むブックマーク はてなブックマーク - RSSをtwitterに - otsune's SnakeOil  RSSをtwitterに - otsune's SnakeOil  のブックマークコメント

plugins:
  - module: Subscription::Config
    config:
      feed:
        - http://b.hatena.ne.jp/otsune/favorite?mode=rss

  - module: Filter::Rule
    rule:
      module: Deduped

  - module: Filter::Rule
    rule:
      - module: RecentN
        count:  1

  - module: Publish::Twitter
    config:
      username: otsune
      password:

RuleのRecentNがポイント。

もしくはDedupeだけでもいいか。

トラックバック - http://subtech.g.hatena.ne.jp/otsune/20070415