The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::CustomFeed::Yahoo360JP - Yahoo! 360 JAPAN custom feed

SYNOPSIS

  - module: CustomFeed::Yahoo360JP
    config:
      username: your-yahoo-id
      password: xxxxxxxx
      fetch_body: 1
      fetch_blast: 1

DESCRIPTION

This plugin fetches your friends' blog updates and blast updates from Yahoo! JAPAN 360 and make a custom feed off of them.

CONFIG

username, password

Your Yahoo! ID and password to login.

Note that you don't have to supply these variables if you set global cookie_jar in your configuration file and the cookie_jar contains a valid login session there, such as:

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

See Plagger::Cookies for details.

fetch_body

Specifies whether this plugin fetches body of your friends' blog entry. Defaults to 0.

fetch_blast

Specifies whether this plugin fetches a list of your friends' blasts. Defaults to 0.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, Plagger::Mechanize, Plagger::Plugin::CustomFeed::Mixi