update README.md

This commit is contained in:
Paul 2016-01-16 16:12:06 +01:00
parent 1a56faa145
commit 8c245c4465

View File

@ -1,2 +1,12 @@
# smsgateway # smsgateway
smsgateway supporting portech gsm gateway smsgateway supporting portech gsm gateway
This script is able to communicate with portech GSM voip gateways, and send single SMS or fetch mails and transforms
it to SMS
## Usage :
smsgateway.py imap2sms
smsgateway.py sms <number> <message>
smsgateway.py clearallsms
## Requirements :
python-messaging available on : [link](https://github.com/pmarti/python-messaging)