Skip to content

respencer/mysqlicious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQLicious

A Delicious to MySQL mirroring tool.

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

  • PHP 5 with cURL support
  • MySQL 5
  • Access to cron (or pseudo-cron).
  • A Delicious account and some bookmarks.

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.

For more documentation, see the wiki.

About

Mirror your Delicious bookmarks into a MySQL database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages