Plagger::Plugin::Publish::Delicious - Post to del.icio.us automatically
- module: Publish::Delicious
config:
username: your-username
password: your-password
interval: 2
post_body: 1
This plugin posts feed updates to del.icio.us, using its REST API.
- 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.
Plagger, Net::Delicious, <http://del.icio.us/>