This Telegram bot allows you to create and recognize QR codes. You can send a text to generate a QR code or send an image with a QR code for recognition.
- Create QR Code: Send a text, and the bot will generate a QR code for you.
- Recognize QR Code: Send an image with a QR code, and the bot will recognize its contents.
You can check out the bot here - Link
qr_generate_bot/
│
├── config/
│ └── config.py # Configuration (API Token)
│
├── handlers/
│ └── qr_handlers.py # Logic for handling requests (QR code creation and recognition)
│
├── main.py # Main file to run the bot
│
├── requirements.txt # List of dependencies
│
└── gif.mp4 # Video for /start
git clone https://github.com/jamalskiy/qr_generate_bot.git
cd qr-code-bot
pip install -r requirements.txt
nano config/config.py
python3 main.py
Этот Telegram-бот позволяет создавать и распознавать QR-коды. Вы можете отправить текст для создания QR-кода или отправить изображение с QR-кодом для его распознавания.
- Создание QR-кода: Отправьте текст, и бот сгенерирует для вас QR-код.
- Распознавание QR-кода: Отправьте изображение с QR-кодом, и бот распознает его содержимое.
Посмотреть бота можно - тут
qr_generate_bot/
│
├── config/
│ └── config.py # Конфигурации (API Token)
│
├── handlers/
│ └── qr_handlers.py # Логика обработки запросов (создание и распознавание QR-кодов)
│
├── main.py # Основной файл для запуска бота
│
├── requirements.txt # Список зависимостей
│
└── gif.mp4 # Видео для /start
git clone https://github.com/jamalskiy/qr_generate_bot.git
cd qr-code-bot
pip install -r requirements.txt
nano config/config.py
python3 main.py