https://github.com/Crazy-Marvin/QRTelegramBot
A bot for Telegram that can create and read QR codes
https://github.com/Crazy-Marvin/QRTelegramBot
bot hacktoberfest python qr qrcode telegram telegram-bot
Last synced: 6 months ago
JSON representation
A bot for Telegram that can create and read QR codes
- Host: GitHub
- URL: https://github.com/Crazy-Marvin/QRTelegramBot
- Owner: Crazy-Marvin
- License: apache-2.0
- Created: 2021-03-09T22:16:31.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2024-08-04T10:43:16.000Z (9 months ago)
- Last Synced: 2024-08-05T09:16:08.725Z (9 months ago)
- Topics: bot, hacktoberfest, python, qr, qrcode, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/QRCodeTelegramBot/
- Size: 71.3 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://t.me/@QRCodeTelegramBot/)

[](https://github.com/Crazy-Marvin/QRTelegramBot/blob/development/LICENSE)
[](https://github.com/Crazy-Marvin/QRTelegramBot/commits)
[](https://github.com/Crazy-Marvin/QRTelegramBot/releases)
[](https://github.com/Crazy-Marvin/QRTelegramBot/tags)
[](https://github.com/Crazy-Marvin/QRTelegramBot/issues)
[](https://github.com/Crazy-Marvin/QRTelegramBot//pulls)

[](https://www.codacy.com/gh/Crazy-Marvin/QRTelegramBot/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Crazy-Marvin/QRTelegramBot&utm_campaign=Badge_Grade)

[](https://t.me/QRCodeTelegramBot/)# QR Code Telegram Bot
A bot for Telegram that can create and read QR codes.
### Requirements
- Token from [@Botfather](https://telegram.me/botfather)
- SSL certificate (I recommend [Let's Encrypt](https://letsencrypt.org/))
- Webserver running [Python](https://www.python.org/) (tested with [Apache](https://httpd.apache.org/) & [NGINX](https://www.nginx.com/) but others should work too)
- [Telegram channel](https://telegram.org/faq_channels/) to store images of QR codes
- Google Cloud service account credentials (JSON) for accessing Google Sheets API & Google Drive API
- [Sentry](https://sentry.io/) key (optional)
- [Healthchecks](https://healthchecks.io/#php) URL (optional)# Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
More details and contact info can be found in the [CONTRIBUTING.md](https://github.com/Crazy-Marvin/QRTelegramBot/blob/trunk/.github/CONTRIBUTING.md)
# License
[MIT License](https://choosealicense.com/licenses/mit/)