NAME

Plagger::Plugin::Subscription::HatenaRSS - HatenaRSS Subscription via OPML

SYNOPSIS

- module: Subscription::HatenaRSS
  config:
    username: example

DESCRIPTION

This plugin creates Subscription by fetching Hatena RSS http://r.hatena.ne.jp OPML by HTTP.

If your OPML is shared public (which is default), you don't have to pass password to the config. Also, even if you OPML is private, you can share Cookies with your favorite browser like Firefox, using

global:
  user_agent:
    cookies: /path/to/cookies.txt

so that you don't have to pass password to the config, again.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, Plagger::Plugin::Subscription::OPML, WWW::Mechanize