SMS-proj is a project to send receive SMS messages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hailey Clark d59cdc89d1 Changing to postgresql.. 3 years ago
static Added matrix info and changed css 3 years ago
templates Changes... Contact info and requirements 3 years ago
.gitignore Forgot to stage matrix-info 3 years ago
INSTALL.txt Changes... Contact info and requirements 3 years ago
LICENSE.md Code Commit 7 years ago
README.md Updated readme 5 years ago
_config.yml Set theme jekyll-theme-slate 6 years ago
activestate.yaml Just a test of git functionality inside atom 5 years ago
app_auth.py Syntax cleaning 5 years ago
app_settings.py Syntax cleaning 5 years ago
appdb.py Changing to postgresql.. 3 years ago
appsms.py Syntax cleaning 5 years ago
apptest.py Testing... 6 years ago
callback_sms.py Syntax cleaning 5 years ago
config-sample.ini Added auth callbacks 6 years ago
database.sql SQL and Logic changes 4 years ago
google_auth.py Merging things 3 years ago
iptables-rules.txt Code Commit 7 years ago
mod_sms_clickatell.lua Database handling 6 years ago
mod_sms_flowroute.lua DB Handler Changes and Lua module 6 years ago
postgres-db-schema.sql Changing to postgresql.. 3 years ago
requirements.txt Changes... Contact info and requirements 3 years ago
smsproj.py Order of operations 3 years ago
thewords.faith.txt I don't know why the update isn't updating in the db. 6 years ago
xmpp-sendtest.py Database handling 6 years ago

README.md

sms-proj

This is a project to handle sending and receiving stuff for flowroute

Requirements

Install the requirements by running

pip3 install -r requirements.txt

This requires a flowroute account. It uses google to authenticate. But I might add twillo support later.

App Server

App runs via the following command.

gunicorn3 smsproj:app

This will run and listen on a port, probably port 8000 as its default as a daemon.