···11-*(Note: This is still a work in progress.
22-This project is not associated with the
11+*(This project is not associated with the
32[Bitwarden](https://bitwarden.com/)
43project nor 8bit Solutions LLC.)*
54···6160requires interacting with the plaintext password, which the web API will never
6261do).
63626464- env RACK_ENV=production bundle exec ruby tools/change_master_password.rb -u you@example.com
6363+```
6464+env RACK_ENV=production bundle exec ruby tools/change_master_password.rb -u you@example.com
6565+```
65666667### 1Password Conversion
6768···7172Once you have created your initial user account through `bitwarden-ruby`, run
7273the conversion tool with your account e-mail address:
73747474- env RACK_ENV=production bundle exec ruby tools/1password_import.rb -f /path/to/data.1pif -u you@example.com
7575+```
7676+env RACK_ENV=production bundle exec ruby tools/1password_import.rb -f /path/to/data.1pif -u you@example.com
7777+```
75787679It will prompt you for the master password you already created, and then
7780convert and import as many items as it can.