Skip to content

wathmal/sms-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SMS-Gateway

Install

pip install flask
pip install git+https://github.com/pmarti/python-messaging.git

Setting env variables

Set username and password as environment variables.

export SMS_GATEWAY_USER=username
export SMS_GATEWAY_PASS=yourpassword

Running on startup

Add following to /etc/rc.local file.

nohup python /home/pi/projects/sms-gateway/server.py >/home/pi/sms.log 2>&1 &

Related blog post

About

A simple sms gateway using a 3G dongle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages