以下の内容はhttps://hakobe932.hatenablog.com/entry/20060907/1157615565より取得しました。


Gmailで特定のラベルの付いたメールをIRCにNotifyするPlaggerレシピ

今日やってみたのでメモメモ。IRCというかTiarraにNotify。

Gmailの特定のラベルのついたメールは、https://username:password@mail.google.com/mail/feed/atom/YourLabelとかやるとAtomフィードで見れるのでこれを使う。ほんとはcookie使ってusernameとpassword渡した方がよさげ。


include:
  - /home/yohei/plagger/configs/config.base.yaml

plugins:
  - module: Subscription::Config
    config:
      feed:
        - url: https://username:password@mail.google.com/mail/feed/atom/YourLabel
          title: your title

  - module: Filter::Rule
    rule:
      module: Fresh
      mtime:
        path: /home/yohei/plagger/cache/gmail2tiarra.tmp
        autoupdate: 1

  - module: Notify::Tiarra
    config:
      socketname: tiarra
      channel: #channel
      use_notice: 1

ほら、Plaggerだと26行で(ry




以上の内容はhttps://hakobe932.hatenablog.com/entry/20060907/1157615565より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14