This is a Telegram bot that converts user text messages to QR codes and sends them back to the user. Bu, kullanıcı metin mesajlarını QR kodlarına dönüştüren ve kullanıcıya geri gönderen bir Telegram botudur.
- qrcode==7.4.2
- pyTelegramBotAPI==4.10.0
- pillow==9.5.0
- Clone the repository:
git clone https://github.com/erensunar/qr-generator-telegram-bot.git
- Install the required packages:
pip install -r requirements.txt
-
Create a new Telegram bot and get the bot token. You can find instructions here.
-
Add your bot token to the config file.
-
Run the bot:
python telegram_bot.py
- Send a text message to the bot and receive a QR code in response!
This project is licensed under the MIT License - see the LICENSE file for details.