otp-qr-extractor
CLI tool to extract OTP secrets from QR code images (e.g. from Google Authenticator), with multi-QR support.
Installation
npm install -g @senzil/otp-qr-extractor
Usage
npx @senzil/otp-qr-extractor path/to/qr.png
Development and Testing
git clone https://github.com/senzil/otp-qr-extractor.git
npm install
npx jest
Sample test image: test/sample.png
npx . test/sample.png