Prev / Next / sleepin' with the daemon - でーもん君と眠る日々 -

しょぼいカレンダーをircにFeed[Plagger]

2007-10-09

AnimeKanto : 関東のアニメ情報をTwitterにFeedのパクり。
10分おきにcronで回して、しょぼいカレンダーのRSSを取得。Rule::Aheadで10分以内のエントリだけ表示するように。

plugins:
  - module: Subscription::Config
    config:
      feed:
        - url: http://cal.syoboi.jp/rss.php?usr=ユーザ名&titlefmt=$(Mark)%20$(StTime)%20$(Title)%20$(SubTitleB)%20$(ChName)
- module: Aggregator::Simple - module: Filter::Rule rule: module: Ahead duration: 10
- module: Notify::IRC config: daemon_host: hostname daemon_port: 9999 nickname: plaggerbot server_host: hostname server_port: 6667 server_channels: - #ircchannel charset: iso-2022-jp announce: notice
- AnimeKanto : 関東のアニメ情報をTwitterにFeed
- rss.php - しょぼいカレンダーWiki
- /plagger/trunk/lib/Plagger/Rule/Ahead.pm - mizzy.org - Trac

permlink