Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

6 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages