uwblueprint / somo

Text messaging survey app for Somo
http://www.thesomoproject.org
5 stars 1 forks source link

Added basic Twilio send wrapper and receive message controller #31

Closed chrisjluc closed 7 years ago

chrisjluc commented 8 years ago

Issue: https://github.com/uwblueprint/somo/issues/14

Need somewhere to store our confidential tokens and credentials... any suggestions? I'm also fine with just keeping it here for now.

Edit: Potential solution https://github.com/laserlemon/figaro

Useful tutorial for automated sms surveys made by twilio

chrisjluc commented 7 years ago

@MKhowaja Didn't encrypt the file, think that's too much for our current state, i put it in the secrets.yml. Tested by running a script that instantiates the class and successfully sends a message.