This commit is contained in:
randogoth 2025-10-25 22:04:37 +03:00
commit 1706b7284e
2 changed files with 318 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
## Migrate Hoarder/Karakeep to Linkwarden
Small helper that reshapes a Hoarder/Karakeep export into something Linkwardens importer accepts.
### Usage
```bash
python3 convert.py hoarder-export.json --output linkwarden-import.json
```
- The script puts every link into a single `Hoarder Import` collection.
- Tags are copied exactly as they appear in the export.
- Optional flags: `--user-id` (defaults to `1`) and `--collection-color`.