Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreax79/json2html-bookmarks

Convert Firefox bookmarks from JSON to HTML format (can be imported in other browsers)
https://github.com/andreax79/json2html-bookmarks

bookmarks firefox

Last synced: 3 days ago
JSON representation

Convert Firefox bookmarks from JSON to HTML format (can be imported in other browsers)

Awesome Lists containing this project

README

        

json2html-bookmarks
===================

Convert Firefox bookmarks from JSON to HTML format (can be imported in other browsers)

Tested with Python 2.4 - 3.3. For Python < 2.6, the module simplejson (https://pypi.python.org/pypi/simplejson/) is required.

Usage
-----

python json2html.py json_bookmark_input [html_bookmark_output]

Convert json_bookmark_input from the JSON bookmarks format to the HTML format.
The output is written on the standard output or optionally on a file.