Skip to content

Instantly share code, notes, and snippets.

View wzpan's full-sized avatar
:octocat:
Focusing

潘伟洲 wzpan

:octocat:
Focusing
View GitHub Profile
@topisani
topisani / bwclean2.py
Last active July 27, 2026 20:05 — 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: