https://github.com/helias/qr-scanner-bot
Telegram Bot to scan QR code
https://github.com/helias/qr-scanner-bot
python-telegram-bot qrcode-reader qrcode-scanner telegram-bot
Last synced: 5 months ago
JSON representation
Telegram Bot to scan QR code
- Host: GitHub
- URL: https://github.com/helias/qr-scanner-bot
- Owner: Helias
- License: agpl-3.0
- Created: 2018-12-15T16:15:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T19:36:14.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T14:58:03.240Z (6 months ago)
- Topics: python-telegram-bot, qrcode-reader, qrcode-scanner, telegram-bot
- Language: Python
- Homepage: https://t.me/qr_scanner_bot
- Size: 16.6 KB
- Stars: 40
- Watchers: 6
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR-Scanner-Bot
This bot is online at [@qr_scanner_bot](https://t.me/qr_scanner_bot), try it!
## Requirements
This bot run in python3+, you can install the required libraries with:
```
$ pip3 install -r requirements.txt
```
## ConfigureBefore run the bot you need to change the **API TOKEN** in the sources, get it from [@Botfather](https://t.me/BotFather) and paste on the source.
Well, now you can run the bot with:
```
$ python qr_scanner.py
```## Credits
This repository contains the source of [@qr_scanner_bot](https://t.me/qr_scanner_bot), this bot is made by [@Helias](https://t.me/qr_scanner_bot)