bitwardentools icon indicating copy to clipboard operation
bitwardentools copied to clipboard

bitwarden python api client and additional tools like for migrating from vaultier to bitwarden (bitwarden_rs)

Results 11 bitwardentools issues
Sort by recently updated
recently updated
newest added

Due to the use of the name as variable name in the signature of the create_item method https://github.com/corpusops/bitwardentools/blob/04ed0260e7b89f39a7fe1ed66eff8ad4c550a171/src/bitwardentools/client.py#L1207-L1218 updating an item name by passing name in the **jsond is not...

When after installing bitwardentools in an empty 3.12 venv ``` >>> import bitwardentools Traceback (most recent call last): File "", line 1, in File "/tmp/demo/lib/python3.12/site-packages/bitwardentools/__init__.py", line 1, in from bitwardentools.client...

When attempting to login to a vaultwarden instance using argon2id the program crashes with a invalid username or password. ![image](https://github.com/corpusops/bitwardentools/assets/535299/a4c6cf78-4e10-48bc-9049-b589d3d698d7) ``` from bitwardentools import Client client = Client(SERVER, EMAIL, PASSWORD)...

Thanks for this tool - I have used it to automate updating http:// to https:// (I will upload python script and link back to this repository), but where there is...

Hi, I'm trying to edit the username but I have no idea what I'm doing wrong. I looked at the test_client.py code and I read a closed issue on this...

Hi, I tried to use bitwardentools and found out, that when being logged in, bw always asks for the master password again. Could someone explain me? Best regards, Ronny Forberger

Hello! I was wondering, why do you have requirements marked as dev in `requirements.txt`? https://github.com/corpusops/bitwardentools/blob/main/requirements/requirements.txt#L10 I'm asking because I'd rather not install ipython and jedi when I install `bitwardentools` in...

It looks like bitwardentools needs `packaging`, which is not installed after a `pip install bitwardentools`.

Hello, I've looked into documentation and couldn't really find an answer, does `bitwardentools` support authentication via [API keys](https://bitwarden.com/help/personal-api-key/)? Recent version of Vaultwarden [has added support for them](https://github.com/dani-garcia/vaultwarden/pull/2245) and I was...