These utils help to generate a JSON file to import all passwords from password-store into Vaultwarden / Bitwarden.
Steps that worked for me:
- follow the "Export from password-store" part in https://www.amoradi.org/20210728132516.html
- Install the bitwarden command line client and authenticate
- Run
fids = get_folder_id_map(<path>)
and make sure you keep the result somewhere (I just had aipython
session to do all this) - Create a JSON-Exort in Vault-/Bitwarden
- Load the export into Python, replace
items
withlist(gen_items(<path>, fids))
,json.dump
the result to disk - Load the created file into Vault-/Bitwarden