Skip to content

Instantly share code, notes, and snippets.

@sorgenh
sorgenh / export-nextcloud-passwords-to-bitwarden-json.py
Last active September 27, 2025 07:22 — forked from monperrus/export-nextcloud-passwords-to-bitwarden-json.py
Basic migration from Nextcloud JSON (export) to Bitwarden JSON (import)
#!/usr/bin/python3
# Basic migration from Nextcloud JSON (export) to Bitwarden JSON (import)
# - folders supported
# - type is only 'login' (no "card" "identity" or "secure note")
#
# Bitwarden JSON format doc: https://bitwarden.com/help/export-your-data/
#
# Contributions welcome!
#
# Author: Martin Monperrus