- Python 2.7.5 or above
- Install Python if you haven't :) http://www.python.org/getit/
- Make sure your user has the right to execute the file SMSGlobalAPIConsumer.py if you intend to run it as a script
- make sure you have inserted the secret KEY and apiKey
/> chmod u+x SMSGlobalAPIConsumer.py send_sms <recipient number> <message_to_send>
This file can be run as a python script and accepts 2 arguments
RUN python SMSGlobalAPIConsumer.py <recipient number> <message_to_send>