rishabkumar7 / sms-qr-code

A QR Code service that generates QR Code for URL sent over SMS using Python, Flask and Twilio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

python -m venv .venv
source .venv/bin/activate

3. Install required packages

pip install -r requirements.txt

3. Run the Flask server

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.

About

A QR Code service that generates QR Code for URL sent over SMS using Python, Flask and Twilio.


Languages

Language:Python 100.0%