Skip to content

tarokinoe/telegram_QR_code_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot. Can read QR code.
https://telegram.me/BarQRCodeBot

Installing

  1. Download source code
    git clone https://github.com/tarokinoe/telegram_QR_code_bot.git qr_bot
    cd qr_bot
    
  2. Register telegram bot here
  3. Create file env.list and put there bot access token
    env.list
    BOT_ACCESS_TOKEN=<bot access token>
    
  4. Build docker image
    docker build -t qrbot .   
    
  5. Launch
    docker run -d --env-file ./env.list qrbot
    

About

Telegram bot. Can read QR code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published