My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: delicious, del.icio.us, mysql, php
Show all Featured downloads:
MySQLicious-1.2.zip
Show all Featured wiki pages:
History Tutorial
Feeds:
People details
Project owners:
  nanovivid

About

MySQLicious provides automated mirroring/backups of Delicious bookmarks into a MySQL database.

Note that MySQLicious does not provide a mechanism for displaying bookmarks after they're in your database; that part is up to you.

Requirements

Usage

MySQLicious is designed to be run as a cron job. See the tutorial for more information. Here's a quick example of how MySQLicious is used:

<?php
require "MySQLicious.php";
$delicious = new MySQLicious("localhost", "MySQLdb", "MySQLuser", "MySQLpass");
$delicious->mirror("deliciousUser", "deliciousPass", "MySQLtable", "deliciousTag");
?>

Warning

Do not run MySQLicious on every page load or you'll get banned from the del.icio.us server. See the tutorial for information on proper setup.









Hosted by Google Code