https://github.com/jaredkoontz/bitwarden-dedup
Filters bitwarden json files to find duplicate entries, and "useless" entries.
https://github.com/jaredkoontz/bitwarden-dedup
bitwarden dedupe deduplication python
Last synced: 8 months ago
JSON representation
Filters bitwarden json files to find duplicate entries, and "useless" entries.
- Host: GitHub
- URL: https://github.com/jaredkoontz/bitwarden-dedup
- Owner: jaredkoontz
- License: mit
- Created: 2025-03-24T17:43:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T22:20:35.000Z (about 1 year ago)
- Last Synced: 2025-10-13T15:17:39.542Z (8 months ago)
- Topics: bitwarden, dedupe, deduplication, python
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitwarden Deduplication
This script reads a bitwarden json file. You can look online on how to export a json file from bitwarden. After
reading in the file, this script will:
- Delete duplicate folders
- Folders that have the same name, the first one will be chosen, and relevant items will be mapped to this folder
- Delete duplicate entries
- A duplicate entry is needs to have the same *password, username, and uri*
- the duplicated one is ignored
- Alerts on entries that don't have a pw, username, or url
- Does not do anything to filter these, just alerts on them
- Alerts on duplicate passwords
After completion, you will have a "_verified".json file that you can then import into bitwarden.
You will need to delete your current bitwarden entries before import, otherwise you will just have more duplicates.