https://github.com/5t111111/qrcode-url-checker
Decode the contents of a group of QR code image files that contain a URL, and save screenshots when accessing that URLs.
https://github.com/5t111111/qrcode-url-checker
Last synced: 4 months ago
JSON representation
Decode the contents of a group of QR code image files that contain a URL, and save screenshots when accessing that URLs.
- Host: GitHub
- URL: https://github.com/5t111111/qrcode-url-checker
- Owner: 5t111111
- Created: 2021-12-17T05:20:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T07:18:32.000Z (over 2 years ago)
- Last Synced: 2025-01-12T07:46:53.607Z (5 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrcode-url-checker
Decode the contents of a group of QR code image files that contain a URL,
and save screenshots when accessing that URLs.## Usage
Put the QR code images in the `qr` directory and execute the following:
```shell
npx tsc
``````shell
node dist/index.js
```When the execution is completed, the screenshots will be saved in the `result`
directory.