Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)