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.
 
 
 
 
 
 
sms-proj/README.md

432 B

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.