how to download all the tags from delicious, like all the tags shown in: http://delicious.com/tag
|
1
|
|||||||
|
|
|
It's not possible to get all tags, you can get all tags for your username (replace the placeholders with your username and password):
This returns some XML which (for me) looks something like this:
Or you can get a list of recommended or suggested tags for a particular URL:
This returns XML with two different types of tag, your tags which are recommended plus tags from all users which are popular:
There's a webmonkey article which covers using the Delicious API from PHP. |
||
|
|
|
|
If you mean your own tags, then the easiest solution is to use the Export feature on its web site. I guess you can automate this (including authentication) via |
||
|
|
