Assembla home | Assembla project page
 

Ticket #5 (new task)

Opened 7 months ago

Last modified 3 months ago

Del.icio.us Bridge

Reported by: tobias382 Assigned to: tobias382
Priority: normal Component: plugins
Version: 2.0 Severity: normal
Keywords: Cc:

Description

When a user sends a message containing a URL to a channel, the bot should use the del.icio.us API to post that URL to a communal del.icio.us account, either an account specific to that channel or a general account (in which case it could tag the bookmark for the channel that received the original message).

Attachments

Change History

02/11/08 16:01:28 changed by tobias382

Add command allowing users to specify the nick of a user and a tag. The last URL posted by that user should have that tag added to it on del.icio.us. This allows people to tag bookmarks for themselves. Bookmarks should be default be tagged with the originating channel and nick.

03/28/08 18:11:37 changed by tobias382

This should be doable with streams.

http://www.php.net/manual/en/wrappers.http.php

For HTTP authentication, use the header context option to send an Authorization header with this value...

'Basic ' . base64_encode($user . ':' . $password)

... where $user and $password are the username and password on the del.icio.us account. Those should be created as options in the configuration file for the user to specify.

06/15/08 23:36:18 changed by tobias382

  • version changed from 1.5 to 2.0.

Add/Change #5 (Del.icio.us Bridge)