NAME
Plagger::Plugin::Publish::Delicious - Post to del.icio.us automatically
SYNOPSIS
- module: Publish::Delicious
config:
username: your-username
password: your-password
interval: 2
post_body: 1
DESCRIPTION
This plugin posts feed updates to del.icio.us, using its REST API.
CONFIGURATION
- username, password
-
Your login and password for logging in del.icio.us.
- interval
-
Interval (as seconds) to sleep after posting each bookmark. Defaults to 3.
- post_body
-
A flag to post entry's body as extended field for del.icio.us. Defaults to 0.
AUTHOR
Tsutomu Koyachi