Simple script to transform shaarli bookmark exports to hoarder import/export json format
Find a file
2025-02-12 20:55:30 +01:00
.gitignore initial commit 2025-02-12 20:55:30 +01:00
.python-version initial commit 2025-02-12 20:55:30 +01:00
convert.py initial commit 2025-02-12 20:55:30 +01:00
pyproject.toml initial commit 2025-02-12 20:55:30 +01:00
README.md initial commit 2025-02-12 20:55:30 +01:00
uv.lock initial commit 2025-02-12 20:55:30 +01:00

Shaarli 2 Hoarder converter

Convert your shaarli bookmarks to hoarder json format.

Simply run it like the following uv run python convert.py <shaarli-export-file>, pointing th efile at your exported html file from shaarli.

It will print out the JSON representation of those bookmarks, readable by Hoarder.

Run it like the following uv run python convert.py bookmarks.html > out.json to generate a valid json file which you can then import thorugh the hoarder interface.