デブサミ2007行ってきてその後飲んだけど意識を失う前にPlaggerインスコしたい。(at Debian Etch)
/etc/apt/sources.list に下記追加
deb http://debian.hansode.org/ ./
plaggerインストール
$ sudo apt-get install libplagger-perl
$ plagger -v
Plagger version 0.7.14
入ったー。
フィード取ってきて表示。
plugins:
- module: Subscription::Config
config:
feed:
- url: http://p0t.jp/mt/
- module: Publish::Debug
$ plagger -c config.yaml
Plagger [info] plugin Plagger::Plugin::Subscription::Config loaded.
Plagger [info] plugin Plagger::Plugin::Publish::Debug loaded.
Plagger [info] plugin Plagger::Plugin::Bundle::Defaults loaded.
Plagger [info] plugin Plagger::Plugin::Aggregator::Simple loaded.
Plagger [info] plugin Plagger::Plugin::Summary::Auto loaded.
Plagger [info] plugin Plagger::Plugin::Summary::Simple loaded.
Plagger [info] plugin Plagger::Plugin::Namespace::HatenaFotolife loaded.
Plagger [info] plugin Plagger::Plugin::Namespace::MediaRSS loaded.
Plagger [info] plugin Plagger::Plugin::Namespace::ApplePhotocast loaded.
Plagger::Plugin::Aggregator::Simple [info] Fetch http://p0t.jp/mt/
Plagger::Cache [debug] Cache HIT: Aggregator-Simple|http://p0t.jp/mt/
Plagger::Plugin::Aggregator::Simple [debug] 304: http://p0t.jp/mt/
Plagger::Plugin::Aggregator::Simple [info] Fetch http://p0t.jp/mt/atom.xml
Plagger::Cache [debug] Cache HIT: Aggregator-Simple|http://p0t.jp/mt/atom.xml
Plagger::Plugin::Aggregator::Simple [debug] 304: http://p0t.jp/mt/atom.xml
Plagger::Plugin::Aggregator::Simple [info] Aggregate http://p0t.jp/mt/atom.xml success: 15 entries.
Plagger [debug] $VAR1 = bless( {
'source_xml' => "<?xml version=\"1.0\" encoding=\"utf-8\"?>
(略)
お、出来た。
Mixiから取ってきてGmail。これはやりたい。
よく分かんないけどGmailやるにはassetsというのが必要らしいのでsvn co
$ cd ~/.plagger
$ svn co http://svn.bulknews.net/repos/plagger/trunk/plagger/assets assets
global:
assets_path: /home/komagata/.plagger/assets
timezone: Asia/Tokyo
plugins:
- module: CustomFeed::Mixi
config:
email: lotusroot@anet.ne.jp
password: *************
fetch_body: 1
show_icon: 1
- module: Publish::Gmail
config:
mailto: komagata@gmail.com
mailfrom: plagger@localhost
mailroute:
via: smtp_tls
host: smtp.gmail.com:587
usernaem: komagata@gmail.com
password: ***********
$ plagger -c config.yaml
Plagger [info] plugin Plagger::Plugin::CustomFeed::Mixi loaded.
Plagger [info] plugin Plagger::Plugin::Publish::Gmail loaded.
Plagger [info] plugin Plagger::Plugin::Bundle::Defaults loaded.
Plagger [info] plugin Plagger::Plugin::Aggregator::Simple loaded.
Plagger [info] plugin Plagger::Plugin::Summary::Auto loaded.
Plagger [info] plugin Plagger::Plugin::Summary::Simple loaded.
Plagger [info] plugin Plagger::Plugin::Namespace::HatenaFotolife loaded.
Plagger [info] plugin Plagger::Plugin::Namespace::MediaRSS loaded.
Plagger [info] plugin Plagger::Plugin::Namespace::ApplePhotocast loaded.
Plagger::Plugin::CustomFeed::Mixi [info] fetch 0 entries
お、何か取れない。
眠いのでここまでっっっ!!!