Skip to content

Instantly share code, notes, and snippets.

View franek's full-sized avatar

François D. franek

View GitHub Profile
@franek
franek / delicious.py
Created December 30, 2011 16:14
Delicious Backup Script
#! /usr/bin/env python
# The Delicious API only returns 1000 bookmarks at a time.
# The web export returns them all in the output file.
#
# To use:
# 1. Install requests: http://python-requests.org
# under ubuntu
# - install pip :
# sudo apt-get install python-pip