karawarden/README.md
2026-09-10 09:56:42 +02:00

15 lines
No EOL
551 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> **Migrated to [code.randogoth.com/randogoth/karawarden](https://code.randogoth.com/randogoth/karawarden)**
## 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`.