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
- Host: GitHub
- URL: https://github.com/theawiteb/qrcodebot
- Owner: TheAwiteb
- License: gpl-3.0
- Created: 2021-07-02T21:24:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T23:26:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T07:15:45.620Z (over 1 year ago)
- Topics: bot, python, telegram-bot
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)