Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabkumar7/sms-qr-code
A QR Code service that generates QR Code for URL sent over SMS using Python, Flask and Twilio.
https://github.com/rishabkumar7/sms-qr-code
flask qrcode twilio
Last synced: 2 days ago
JSON representation
A QR Code service that generates QR Code for URL sent over SMS using Python, Flask and Twilio.
- Host: GitHub
- URL: https://github.com/rishabkumar7/sms-qr-code
- Owner: rishabkumar7
- Created: 2024-02-13T17:16:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T17:23:11.000Z (9 months ago)
- Last Synced: 2024-05-08T00:27:18.573Z (6 months ago)
- Topics: flask, qrcode, twilio
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMS QR Code
A QR Code service that generates QR Code for URL sent over SMS using Python, Flask and Twilio.
## Get Started
### 1. Clone or fork this repository.
### 2. Initiate Virtual environment
``` bash
python -m venv .venv
source .venv/bin/activate
```### 3. Install required packages
``` bash
pip install -r requirements.txt
```### 3. Run the Flask server
``` bash
python app.py
```### 4. Expose you localhost to the web
Use services like `ngrok` or `Tailscale`. More details [here on how you can do this.](https://www.twilio.com/en-us/blog/expose-localhost-to-internet-with-tunnel)