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

https://github.com/theawiteb/qrcodebot

A bot that converts text or link to QR code and extracting the content of the QR code
https://github.com/theawiteb/qrcodebot

bot python telegram-bot

Last synced: about 1 year ago
JSON representation

A bot that converts text or link to QR code and extracting the content of the QR code

Awesome Lists containing this project

README

          




qrCodeBot - img


qrCodeBot


telegram bot can convert the text to QR Code


Installation

Features

Usage

License

## Installation

Use [GitHub](https://github.com) to install coderHub.

```bash
# clone bot form github
git clone https://github.com/Awiteb/qrCodeBot/

# cd to bot folder
cd qrCodeBot

# install required packages
pip3 install -r requirements.txt
```
> full the config file
```bash
python3 main.py
```

## Features

* conver text to QR Code
* reading images and extracting the content of the QR code from them
* You can see the users' rating (for the bot owner only)

## Usage

to convert text to photo QR Code send this command to bot:

/qr p This text will be converted

to convert text to sticker QR Code send this command to bot:

/qr s This text will be converted

to extracting the content of the QR code from image
> add this command to caption of image

/qr

see the users' rating
> for SUDO_ID only (You can put it in config file)

/graph

## LICENSE
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)