Refactor wallabag conversion to have simple cli

This commit is contained in:
Marty Oehme 2025-03-12 14:16:59 +01:00
parent 813327f939
commit 59aaa74d76
Signed by: Marty
GPG key ID: 4E535BC19C61886E
8 changed files with 149 additions and 79 deletions

View file

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