Skip to content

Instantly share code, notes, and snippets.

View AdamovichAleksey's full-sized avatar

Aliaksei Adamovich AdamovichAleksey

View GitHub Profile
@takashi
takashi / pydelicious.py
Created August 8, 2014 06:50
pydelicious for python3
"""Library to access del.icio.us data via Python.
:examples:
Using the API class directly:
>>> a = pydelicious.apiNew('user', 'passwd')
>>> # or:
>>> a = DeliciousAPI('user', 'passwd')
>>> a.tags_get() # Same as: