Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fayasnoushad/qr-code-bot
- Owner: FayasNoushad
- License: mit
- Created: 2021-10-07T05:59:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T08:57:12.000Z (5 months ago)
- Last Synced: 2024-10-11T20:19:00.769Z (26 days ago)
- Topics: decoder, generator, pyrogram, qrcode, telegram
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 20
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
---