Depo Scraper v0.2.2 – Barcode Detection Added
This release introduces barcode detection to the Depo Scraper tool. The Rust program now listens to the clipboard continuously and extracts 13-digit barcodes. The detected barcode is then made available via a local HTTP server at:
📌 http://localhost:3030/barcode
Key Updates:
✅ The program automatically detects and filters 13-digit numeric barcodes from the clipboard.
✅ A local server provides the latest detected barcode via an HTTP endpoint.
✅ Barcodes are updated only when a new valid barcode is found.
✅ If no valid barcode is detected, the previous barcode remains unchanged.
Included Files:
🔹 Precompiled Rust binary for easy setup (depo-scraper-v0.2.2.exe for Windows, other OS versions can be compiled manually).
🔹 Source code for customization and further development.