Skip to content

Instantly share code, notes, and snippets.

View topisani's full-sized avatar

Tobias Pisani topisani

  • Move Innovation
  • Denmark
View GitHub Profile
@topisani
topisani / bwclean2.py
Last active June 24, 2024 05:58 — forked from serif/bwclean2.py
Bitwarden Duplicate Entry Remover v2
#!/usr/bin/env python3
import sys
import csv
import hashlib
import json
from urllib.parse import urlparse
from datetime import datetime
def main(argv):
if len(argv) < 1: