This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |