From d349db57519597a7d528c96d7db2d74116dae737 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 13 Dec 2020 22:23:47 -0500 Subject: initial commit --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..39f4700 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Readme for mbbmlib +This project exists to programmatically export my bookmarks from the profiles of Mozilla-based web browsers to html, without having to run the browser. Also, I wanted to have icons displayed in the outputted html. + +## `mmbmlib` upstream +This project is the upstream: [https://gitlab.com/bgstack15/mbbmlib.git](https://gitlab.com/bgstack15/mbbmlib.git) + +## Alternatives +Just use the built-in export bookmarks feature. + +## Dependencies +* python3 + +## How to use mbbmlib +The most basic way to use this library is to run `export_bookmarks_to_html`. + + mbbmlib.export_bookmarks_to_html("/home/bgstack15/.mozilla/firefox/12345678.default", "/mnt/public/Public/bookmarks.html", debuglev=8, fetch_icons=True, iconsize=32) + +See [ffbookmarkexporter.py](ffbookmarkexporter.py) for more examples. + +## References +connman-gtk-xdg-autostart/README.md + +## Differences from upstream +None -- cgit