Add shaarli2hoarder

This commit is contained in:
Marty Oehme 2025-03-12 14:16:59 +01:00
parent bd04d5bbde
commit 36252f6f19
Signed by: Marty
GPG key ID: 4E535BC19C61886E
5 changed files with 117 additions and 1 deletions

12
shaarli2hoarder/README.md Normal file
View file

@ -0,0 +1,12 @@
# 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.