init
This commit is contained in:
commit
1706b7284e
2 changed files with 318 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
## Migrate Hoarder/Karakeep to Linkwarden
|
||||
|
||||
Small helper that reshapes a Hoarder/Karakeep export into something Linkwarden’s 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue