Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/andreax79/json2html-bookmarks
- Owner: andreax79
- Created: 2013-10-13T08:08:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T05:59:03.000Z (about 2 years ago)
- Last Synced: 2023-04-10T01:11:29.033Z (over 1 year ago)
- Topics: bookmarks, firefox
- Language: Python
- Size: 5.86 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.