Obtain bitwarden username /password from Autohotkey or scripting language like Python

I use a shortcut utility called Autohotkey for Microsoft Windows. It allows the user to enter a short cut e.g. some I use ]]d - displays the current date - 2021-12-01 ]]t - the time 11-56-54
I also use others to send username and password
example
@fb1 - Sends my [email protected] into the password field (Fredd.Bloggs is a bit like the the US John.Doe)
and
#fb1 send the password

Is there an API that I can use for the script to access and entry in my bitwarden vault

You may wish to explore the Bitwarden command line interface client:

https://bitwarden.com/help/article/cli/

1 Like