Skip to content

Depo Scraper v0.2.2 – Barcode Detection Added

Compare
Choose a tag to compare
@mehmetakifkoz mehmetakifkoz released this 08 Feb 15:23
· 11 commits to main since this release

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.