Skip to content

Commit 36e0728

Browse files
committed
Update README.md
1 parent 993834a commit 36e0728

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ This tool takes the permissions from a given collection and applies them to all
1313

1414
![image](https://github.com/user-attachments/assets/e5a41607-88b8-4da1-8d1f-07a1a2fb3ca5)
1515

16+
## How ?
17+
18+
First, you'll need a copy of the bitwarden cli executable found [here](https://bitwarden.com/download/#downloads-command-line-interface)
19+
On windows, just fetch the precompiled binary.
20+
On Linux (or windows power user), install a python interpreter and execute the following
21+
```
22+
python3 -m pip install -r bitwarden_api_toolkit/requirements.txt
23+
python3 bitwarden_api_toolkit/bitwarden_api_toolkit.py
24+
```
25+
26+
Once the GUI openes, give it your username, password, and URL to your bitwarden vault.
27+
Also give it the path to your bitwarden cli executable, and you're setup.
28+
1629
## Why so slow ?
1730

1831
Bitwarden CLI executable is quite slow, so be patient when execution your inheritance.
@@ -21,3 +34,4 @@ Bitwarden CLI executable is quite slow, so be patient when execution your inheri
2134

2235
Wrote this tool in a couple of hours just to get rid of an administration burden.
2336
Feel free to ask for more features, as long as bitwarden cli supports them.
37+

0 commit comments

Comments
 (0)