An open API service indexing awesome lists of open source software.

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

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
```
## Configure

Before 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)