For example, I would like to write a script that retrieves all bookmarks containing the word "html5" in the header and adds the tag "web-development" to these bookmarks.
I know there is an API specification, but it seems like a complex protocol, and I suppose that someone should have already created the library. It is not possible to see which documentation and libraries have been updated . There is this page in the Mozilla Wiki , but it has this post:
Warning. Most of the information on this page is out of date. Weave has been renamed Firefox Sync and is now part of Firefox 4. Many of the APIs described here have evolved.
What is the version of Firefox Sync protocol used?
I found this code in Android Sync (a month ago) and weaveclient-python (2 years). Are there any stand-alone libraries that I can use in my own programs?
source share