Parses backups from the andOTP-Android app and turns the entries into otpauth-URIs understood by other authenticator apps.
With the --generate-pass-entries
option you can directly create pass entries
from the backup.
pip install and-otp-uri
To print out URIs for the entries in the backup run
and-otp-uri /path/to/backup.json
See and-otp-uri --help
for all available options.