2006/08/23 (水)
■ [Plagger] 天気予報をメールで
![はてなブックマーク - [Plagger] 天気予報をメールで - Bulknews::Subtech はてなブックマーク - [Plagger] 天気予報をメールで - Bulknews::Subtech](http://b.hatena.ne.jp/entry/image/http://subtech.g.hatena.ne.jp/miyagawa/20060823/1156334446)
アメールは、その日の朝の天気予報で雨が予想されていたときに、あなたのケータイにメールを送信する、そんなサービスです。
# 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
コメント