Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raleighlittles/netscape_bookmark_tool
A Python script for working with your browser's bookmark export file
https://github.com/raleighlittles/netscape_bookmark_tool
chrome-bookmarks netscape-bookmark-file
Last synced: about 1 month ago
JSON representation
A Python script for working with your browser's bookmark export file
- Host: GitHub
- URL: https://github.com/raleighlittles/netscape_bookmark_tool
- Owner: raleighlittles
- Created: 2023-06-15T05:44:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T04:18:30.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:11:57.954Z (8 months ago)
- Topics: chrome-bookmarks, netscape-bookmark-file
- Language: Python
- Homepage: https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753582(v=vs.85)
- Size: 1.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# About
Browsers allow you to export your bookmarks into an HTML file, that uses the [Netscape Bookmark File Format](https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753582(v=vs.85)).
This repository contains a set of Python scripts, allowing you to:
* Export the saved icons associated with each bookmark
* Create a CSV file out of all bookmarks, to check if a bookmark's URL is still accessibleMore to come...
# Usage
```
usage: netscape_bookmark_tool.py [-h] -f INPUT_BOOKMARK_FILEoptions:
-h, --help show this help message and exit
-f INPUT_BOOKMARK_FILE, --input-bookmark-file INPUT_BOOKMARK_FILE
The full path to the Netscape format bookmark file
```After running this script, you'll see:
* a directory created with all of your bookmark icon images
![icon images example](./docs/browser_bookmark_icon_images.png)
* a CSV file containing all of your bookmarks, along with a bool column to indicate if the URL is accessible
* all links from your bookmarks, available in a single text file