diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-13 22:23:47 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-13 22:26:15 -0500 |
commit | d349db57519597a7d528c96d7db2d74116dae737 (patch) | |
tree | e9f6280dcf5cf7b24fec8f726bf68c441e96b9b2 /README.md | |
download | mbbmlib-d349db57519597a7d528c96d7db2d74116dae737.tar.gz mbbmlib-d349db57519597a7d528c96d7db2d74116dae737.tar.bz2 mbbmlib-d349db57519597a7d528c96d7db2d74116dae737.zip |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
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 |