Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/netscape-bookmark-converter
A Python tool to convert bookmark export files.
https://github.com/jhh/netscape-bookmark-converter
Last synced: 3 months ago
JSON representation
A Python tool to convert bookmark export files.
- Host: GitHub
- URL: https://github.com/jhh/netscape-bookmark-converter
- Owner: jhh
- License: mit
- Created: 2016-01-21T20:01:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T16:43:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T03:13:51.263Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jhh/netscape-bookmark-converter - A Python tool to convert bookmark export files. (Python)
README
# Netscape Bookmark Converter
A Python tool to convert bookmark export files in [Netscape bookmark
format](https://msdn.microsoft.com/en-us/library/aa753582.aspx) into JSON.## Requirements
1. Clone this repository and `cd netscape-bookmark-converter`.
2. Create a Python 3 virtual environment in the project directory: `python3 -m
venv venv`.
3. Activate virtual environment using script in the venv's script directory.
See Python [documentation page](https://docs.python.org/3/library/venv.html).
4. Install dependencies: `pip install -r requirements.txt`.
5. Get usage instructions: `./convert-bookmarks.py -h`## Usage
```
$ ./convert-bookmarks.py -h
usage: convert-bookmarks.py [-h] [-t tag] [filename [filename ...]]Convert Netscape bookmarks to JSON
positional arguments:
filenameoptional arguments:
-h, --help show this help message and exit
-t tag, --tag tag add tag to bookmarks
```## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).