Skip to content

Sync your delicious bookmarks to your Django project's database.

Notifications You must be signed in to change notification settings

nek4life/djangolicious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djangolicious

Sync your delicious bookmarks to your Django project's database and back again to Delicious.

Please note that this project is in it's early stages and is rapidly changing, so things could potentially break from one update to another. I will tag a 1.0 release as soon as I reach a stable feature set.

Dependancies:

I'm hoping to one day bootstrap this project and make some of these optional, until then here they are in all their glory.

Example usage:

from djangolicious.utils import DeliciousSyncDB

instance = DeliciousSyncDB('username', 'password')

instance.syncRecent(recent='15') # Syncs recent bookmarks recent argument optional defaults to 15
instance.syncAll() # Syncs all bookmarks
instance.processQueue() # Pushes locally modified objects that have been queued back to Delicious

Todo:

  • Add pruneDB function to clean up database when bookmarks are deleted from Delicious

About

Sync your delicious bookmarks to your Django project's database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages