Plagger::Plugin::Subscription::LivedoorReader - Synchronize livedoor Reader with JSON API


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Subscription::LivedoorReader - Synchronize livedoor Reader with JSON API

SYNOPSIS

Top

  - module: Subscription::LivedoorReader
    config:
      username: your-livedoor-id
      password: your-password
      mark_read: 1

DESCRIPTION

Top

This plugin allows you to synchronize your subscription using Livedoor Reader JSON API.

CONFIGURATION

Top

username, password

Your username & password to use with livedoor Reader.

Note that you don't have to supply username and password 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.

mark_read

mark_read specifies whether this plugin marks as read the items you synchronize. With this option set to 0, you will get the duplicated updates every time you run Plagger, until you mark them unread using Livedoor Reader web interface.

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, Plagger::Plugin::Subscription::Bloglines, http://reader.livedoor.com/


Plagger documentation  | view source Contained in the Plagger distribution.