Skip to content

akavlie/SMSr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMSr

SMSr is a simple Flask-based web application for sending SMS messages to mobile phones. It uses the Twilio API.

Requirements

Installation

  1. Make a copy of config.py.example to config.py within the /sms subdirectory.
  2. Enter your Twilio account SID, token, and caller ID in config.py.
  3. Choose one of the deployment options in the Flask documentation if deploying to a server. It should be a standard Flask setup, as long as the Flask, SQLAlchemy, and Flask-SQLAlchemy dependencies are met.

About

Simple web app to send SMS messages via the Twilio API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published