Bulknews::Subtech RSSフィード

2006/08/23 (水)

[Plagger] 天気予報をメールで 21:00  [Plagger] 天気予報をメールで - Bulknews::Subtech を含むブックマーク はてなブックマーク -  [Plagger] 天気予報をメールで - Bulknews::Subtech

http://amail.am/

アメールは、その日の朝の天気予報で雨が予想されていたときに、あなたのケータイにメールを送信する、そんなサービスです。

それPla

# check Tokyo's weather forecast on weather.livedoor.com
# If the forecast says it rains, notify me via Email

plugins:
  - module: Subscription::Config
    config:
      feed:
        - http://weather.livedoor.com/forecast/rss/13/63.xml

  # HACK: Grabs 2nd entry from livedoor Weather feed
  - module: Filter::Rule
    rule:
      expression: ++$::index == 2

  - module: Publish::Gmail
    rule:
      expression: $args->{feed}->entries->[0]->title =~ /雨/
    config:
      mailto: you@example.com

降水確率でチェックをmetadataにいれてできるといいんだけど、RSS フィードには入ってないみたいだ>livedoor Weather