Giter Site home page Giter Site logo

elias123tre / bitwarden_find_duplicates Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 6.0 49 KB

Find duplicate logins based on domain, from bitwarden export. Open source for your safety.

Batchfile 0.14% Python 22.05% HTML 77.65% Shell 0.16%
bitwarden duplicates

bitwarden_find_duplicates's Introduction

I am an enthusiastic software developer with a passion for creating high-quality, maintainable, and readable code. I am currently pursuing a Master's Degree in Computer Science at KTH Royal Institute of Technology in Stockholm, I bring with me over 7 years of prior programming experience and I am always eager to learn new new things.

bitwarden_find_duplicates's People

Contributors

elias123tre avatar f4n0 avatar maniaciachao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bitwarden_find_duplicates's Issues

Blank page on loading index

I"m on Arch.

The script seems slow but I think that may be because of the number of entries in my vault.

Upon completion however, it loads a blank page.

How do I proceed and what information do you require from me?

TypeError: expected string or bytes-like object

$ python3 bitwarden.py bitwarden_export.json
Traceback (most recent call last):
  File "bitwarden.py", line 72, in <module>
    duplicates = dups_uris(items, func=domains)
  File "/usr/local/src/bitwarden_find_duplicates/dupfinder.py", line 55, in dups_uris
    for uri in func(item):
  File "bitwarden.py", line 66, in domains
    return set(
  File "bitwarden.py", line 67, in <genexpr>
    filter(None, (transform(uri.get("uri")) for uri in entry.get("uris", [])))
  File "bitwarden.py", line 61, in transform
    match = re.match(r"(\w+:\/\/)?([\w.]+)(\/?.*)", url)
  File "/usr/lib/python3.8/re.py", line 191, in match
    return _compile(pattern, flags).match(string)
TypeError: expected string or bytes-like object

Python 3.8.10
Ubuntu Linux 20.04.5

bitwarden_export.json is well formed, and not encrypted.

Browser does not open

I followed the steps, but after selecting the .json file the browser does not open.

I made sure I downloaded the unencrypted .json format

Thanks!

Version

Hi can you release a tag? so able to monitor update in here.

Thank you

Code not working

Hi I ran the script however it opens up a browser that's blank

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.