Utility for decoding Google Auth App's data
pipx install google_auth_decoder
google_auth_decoder "otpauth-migration://offline?data=CiIKCkCvO217iX16IRkS..."Scan QR code and take the string URL. Then pass it to this utility
pip install google_auth_decoderimport google_auth_decoder
result = google_auth_decoder.decode_url("otpauth-migration://offline?data=CiIKCkCvO217iX16IRkS...")This is a link from Google Auth App. Scan QR code and take the string URL.
task format
task lint
task type
task testor to run everything
task checkTo recompile proto file run
task compile-protouv build
uv publish --token ...
uv run --with google_auth_decoder --no-project -- python -c "import google_auth_decoder; google_auth_decoder.decode_url('foo')"