Migrate data to the hoarder bookmarking self-hosted application
Find a file
2025-03-12 20:24:47 +01:00
shaarli2hoarder Add shaarli2hoarder 2025-03-12 20:24:46 +01:00
wallabag2hoarder Refactor wallabag conversion to have simple cli 2025-03-12 20:24:47 +01:00
.gitignore initial scaffold 2025-03-12 20:24:45 +01:00
.python-version initial scaffold 2025-03-12 20:24:45 +01:00
main.py Add main.py 2025-03-12 20:24:46 +01:00
pyproject.toml Add shaarli2hoarder 2025-03-12 20:24:46 +01:00
README.md Refactor wallabag conversion to have simple cli 2025-03-12 20:24:47 +01:00
uv.lock Refactor wallabag conversion to have simple cli 2025-03-12 20:24:47 +01:00

Hoarder migration scripts

Simple scripts which try to ease the migration to a self-hosted hoarder instance.

Wallabag

Use one of the flavours of transferring your wallabag entries into hoarder. Run it like: ./wallabag2hoarder/convert.py <input-file>

Where input file is a wallabag json export of all your saved entries. There are options to change the style of output (netscape HTML, native JSON) and the file to output to. By default converts to hoard JSON and prints to stdout.