1.0.0 • Published 2 months ago

scan-barcode-check v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

"""

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

  1. Clone the repository:

    git clone https://github.com/crypto9coin/scan-barcode-check.git
  2. Navigate to the project directory:

    cd barcode-scanner-telegram-bot
  3. Install dependencies:

    npm install

Usage

  1. Configure your Telegram bot token and other settings in the config.js file.
  2. Run the application:

    node index.js
  3. Access the Telegram bot and start scanning barcodes.