Plaggerのpluginを入れて使ってみる

# cpan
> install WWW::Mixi

どこを参考にしたか忘れたけど

plugins:
- module: CustomFeed::Mixi
config:
email: your@email.ne.jp
password: your_password
fetch_body: 1
show_icon: 1
feed_type:
- FriendDiary

- module: Publish::Feed
config:
format: RSS
dir: /home/rudeboyjet/plagger
filename: mixi.rss

これを/home/rudeboyjet/plagger/mixi-rss.ymlという名前で保存

$ plagger -c /home/rudeboyjet/plagger/mixi-rss

なんか上手くいったっぽい。
一回走らせるとpasswordがBase64エンコードされるらしい。