Daily links publishing from Delicious to Wordpress
Installation
Package cound be installed using easy_install
easy_install delicious_links
Usage example
```
#!/usr/bin/python
# -- coding: utf-8 --
Following script creates or updates Wordress post using links from Delicious
which have tags like "@k software" or "@s travel" defined.
import sys
import datetime
from delicious_links import *
defines titles for each delicious tag
tag_titles = {
"software": u"Software",
"news": u"News",
"travel": u"Travel",
".net": u".NET"
}
HTML template defintion
templates_html = {
# post header
"head": "",
# start tag template
"tag":
"""
%(title)s<