/sms-qr-code

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

Primary LanguagePython

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.