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-extractorUsage
npx @senzil/otp-qr-extractor path/to/qr.pngDevelopment and Testing
git clone https://github.com/senzil/otp-qr-extractor.git
npm install
npx jestSample test image: test/sample.png
npx . test/sample.png