GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::CustomFeed::Mixi(3) User Contributed Perl Documentation Plagger::Plugin::CustomFeed::Mixi(3)

Plagger::Plugin::CustomFeed::Mixi - Custom feed for mixi.jp

    - module: CustomFeed::Mixi
      config:
        email: email@example.com
        password: password
        fetch_body: 1
        show_icon: 1
        feed_type:
          - RecentComment
          - FriendDiary
          - Message

This plugin fetches your friends diary updates from mixi (<http://mixi.jp/>) and creates a custom feed.

email, password
Credential you need to login to mixi.jp.

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

fetch_body
With this option set, this plugin fetches entry body HTML, not just a link to the entry. Defaults to 0.
fetch_body_interval
With "fetch_body" option set, your Plagger script is recommended to wait for a little, to avoid mixi.jp throttling. Defaults to 1.5.
show_icon: 1
With this option set, this plugin fetches users buddy icon from mixi.jp site, which makes the output HTML very user-friendly.
feed_type
With this option set, you can set the feed types.

Now supports: RecentComment, FriendDiary, Message, Log, MyDiary, and Calendar.

Default: FriendDiary.

<http://blog.bulknews.net/mt/archives/plagger-mixi-icon.gif>

Tatsuhiko Miyagawa

Plagger, WWW::Mixi
2006-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.