A robot which sends SMS to remind people who forget to submit last week's timecards.
$ bin/setup.sh
-
Configure email address and password in file
lib/config.rb
. -
Configure SMS signature in file
lib/config.rb
. -
Configure admins in
data/admins.csv
in the following format:username@thoughtworks.com,13900000000 username@thoughtworks.com,13900000000
-
Configure API key or username and password for SMS services in
lib/sms_services/*.rb
.
- Export consultants.csv from Jigsaw.
$ ruby sync_contacts.rb
$ ruby split_contacts.rb
Just send a email with subject:"This is a test email" to robot's email, later, admins should receive a SMS about that email.