Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fayasnoushad/qr-code-bot

An advanced QR Code telegram bot with more features.
https://github.com/fayasnoushad/qr-code-bot

decoder generator pyrogram qrcode telegram

Last synced: 10 days ago
JSON representation

An advanced QR Code telegram bot with more features.

Awesome Lists containing this project

README

        

# QR Code Bot
A telegram QR Code encode and decode bot

---

## Features

1. QR Code Encoding
2. QR Code Decoding
3. Database (MongoDB)
4. Broadcast
5. Status Command
6. Settings Command
7. Document or Photo Selection

---

## Variables

- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather
- `AUTH_USERS` Authorized users IDs separated by whitespace
- `DATABASE_URL` MongoDB URL
- `DATABASE_NAME` Your database name (not required)

---

## Other Credits

- [Abhijith NT](https://github.com/AbhijithNT) for his [QR Code Bot](https://github.com/AbhijithNT/QRCode-Telegram-bot)

---