Ticket #5 (closed task: fixed)

Opened 5 years ago

Last modified 3 years ago

Del.icio.us Bridge

Reported by: tobias382 Owned by: 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).

Change History

Changed 5 years ago 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.

Changed 5 years ago 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.

Changed 5 years ago by tobias382

  • version changed from 1.5 to 2.0

Changed 3 years ago by tobias382

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.