scan-barcode-check
v1.0.0
Published
This project is a node.js application that scans barcodes and sends the scanned data to a Telegram bot using Telegraf.
Downloads
2
Readme
"""
Node.js Barcode Scanner with Telegram Bot
This project is a node.js application that scans barcodes and sends the scanned data to a Telegram bot using Telegraf.
Features
- Scan barcodes using the device's camera.
- Send scanned barcode data to a Telegram bot.
- Integration with Telegraf for Telegram bot functionality.
Installation
Clone the repository:
git clone https://github.com/crypto9coin/scan-barcode-check.git
Navigate to the project directory:
cd barcode-scanner-telegram-bot
Install dependencies:
npm install
Usage
Configure your Telegram bot token and other settings in the
config.js
file.Run the application:
node index.js
Access the Telegram bot and start scanning barcodes.