A simple script that fetches data from google sheet and sends sms to failed numbers using nexmo
clone the repo
$ git clone git@github.com:ConnectCorp/sheet2sms.git
And then navigate to the sheet2sms directory
$ cd sheet2sms
To install the gem used, run:
$ bundle install
Note: Make sure you have bundler installed. If you dont, run
$ gem install bundler
to install it.
Run the following command
$ ruby main.rb
And follow the instructions.