This is a tool that extracts individual QR codes from a Google Authenticator backup file which can be used to import accounts into a tool like Raivo OTP.
gexport [QR FILE] [OUTPUT DIRECTORY]
$ go install github.com/dnjp/gexport@latest
- Clone the repository and change to the local directory
$ git clone https://github.com/dnjp/gexport
$ cd gexport
- Build the binary
$ make
- Copy the binary to your desired location
$ sudo cp bin/gexport /usr/local/bin/gexport