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.
|
3 years ago | |
---|---|---|
static | 3 years ago | |
templates | 3 years ago | |
.gitignore | 3 years ago | |
INSTALL.txt | 3 years ago | |
LICENSE.md | 7 years ago | |
README.md | 5 years ago | |
_config.yml | 6 years ago | |
activestate.yaml | 5 years ago | |
app_auth.py | 5 years ago | |
app_settings.py | 5 years ago | |
appdb.py | 3 years ago | |
appsms.py | 5 years ago | |
apptest.py | 6 years ago | |
callback_sms.py | 5 years ago | |
config-sample.ini | 6 years ago | |
database.sql | 4 years ago | |
google_auth.py | 3 years ago | |
iptables-rules.txt | 7 years ago | |
mod_sms_clickatell.lua | 6 years ago | |
mod_sms_flowroute.lua | 6 years ago | |
postgres-db-schema.sql | 3 years ago | |
requirements.txt | 3 years ago | |
smsproj.py | 3 years ago | |
thewords.faith.txt | 6 years ago | |
xmpp-sendtest.py | 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.