Telegram bot. Can read QR code.
https://telegram.me/BarQRCodeBot
- Download source code
git clone https://github.com/tarokinoe/telegram_QR_code_bot.git qr_bot cd qr_bot - Register telegram bot here
- Create file env.list and put there bot access token
env.listBOT_ACCESS_TOKEN=<bot access token> - Build docker image
docker build -t qrbot . - Launch
docker run -d --env-file ./env.list qrbot