bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 139 forks source link

GUI Desktop Client #550

Open GreenLunar opened 9 years ago

GreenLunar commented 9 years ago

It would be great to have desktop clients, in forms of command-line and GUI , be it in GTK+ or in Qt.

I use Midori and QupZilla, so a GUI desktop client is a good solution for me.

mitechie commented 9 years ago

This would be great. There's a full API for this use. The extensions, other websites, and the android app use it to accomplish tasks.

Details of the API can be found at: http://docs.bmark.us/en/latest/api.html

mitechie commented 9 years ago

Oh, one note is that there is a cli started. I use it for managing the admin related functions of bookie instances.

https://github.com/bookieio/bookie_api

It should be pretty simple to add more functionality like searching bookmarks and such from the cli there.

It's published to pypi here: https://pypi.python.org/pypi/bookie_api/0.4.7