Send and Receive SMS messages from your terminal.
Install it from https://rubygems.org:
$ gem install incognito
Create an account at twilio
Configure the following settings in your shell profile.
$ export TWILIO_SID="MYSID"
$ export TWILIO_TOKEN="MYTOKEN"
$ export TWILIO_NUMBER="MYNUMBER"
To see the help:
$ incognito help
To send an SMS to a specific phone #:
$ incognito sms message +18005557777 "hello stranger!"
To send and receive SMS:
$ incognito sms server # follow the onscreen instructions
Bug reports and pull requests are welcome on GitHub at https://github.com/xlgmokha/incognito.
The gem is available as open source under the terms of the MIT License.