Automate Google login with rbw password lookup

- Add rbw integration to retrieve credentials from Bitwarden vault
- Automate email/password entry with Selenium WebDriver
- Handle 2FA by falling back to manual completion
- Add clipboard support for Wayland (wl-copy) and X11 (xclip)
- Add CLI flags: --entry, --no-copy, --manual
- Add DESIGN.md documenting the implementation approach
This commit is contained in:
2026-01-18 22:35:24 -08:00
committed by John Ogle
parent a1f6956657
commit dc5877096a
3 changed files with 365 additions and 51 deletions

View File

@@ -12,6 +12,8 @@
pkgs.python3Packages.selenium
pkgs.chromedriver
pkgs.chromium
pkgs.xclip
pkgs.wl-clipboard
];
in {
devShells.${system}.default = pkgs.mkShell {