del.icio.us のデータを簡単バックアップ : mysqlicious
2006年07月17日-
スポンサード リンク
MySQLicious - del.icio.us to MySQL Mirroring [ nanovivid
MySQLicious is a tool for mirroring del.icio.us 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, though there is some sample code in the tutorial to get you started.
del.icio.us のデータを簡単にMySQLにバックアップできるmysqliciousの紹介。
PHP4(cURL)+MySQLの環境で使えます。
提供されるのは単なるPHPスクリプトなので、次のように簡単に使えます。
<?php
require "MySQLicious.php";
$delicious = new MySQLicious("localhost", "MySQLdb", "MySQLuser", "MySQLpass");
$delicious->mirror("deliciousUser", "deliciousPass", "MySQLtable", "deliciousTag");
?>
このスクリプトをcronやpseudo-cron、あるいはWebCronなんかで定期的に叩けば自動バックアップ/ミラーリングが出来ます。
スポンサード リンク
Advertisements
SITE PROFILE
最新のブログ記事(新着順)
- CSSのみで実現できるローディングアニメーションやエフェクト集「Css Effects」
- スムーズに横スクロールするレイアウトサンプル
- 斬新なページメニューが作れる「Inline Menu Layout with Gallery Panel」
- 世界中で今何時を計算できる「Spacetime」
- シンプルなタブUIを実現できる「Skeletabs」
- テキストを省略してブロックを小さくできる「Cuttr.js」
- インタラクティブに動く立体的なテキストを生成「ztext.js」
- WebGLを使った動画の切り替えアニメーション実装
- スクロールにあわせて動くイメージタイル実装
- 1000以上の汎用アイコンセット「emblemicons」
- 過去のエントリ