crystal-sms-example
Sending SMS with Crystal
- You will need to have an account at Twilio. Sign up for a free account at https://www.twilio.com/try-twilio
- For convenience, I am using RVM (Ruby Version Manager) to easily load environment variables when I enter the project directory. Feel free to load the environment variables by other means though. If using the RVM approach, copy
.ruby-env.sample
to.ruby-env
and put in your Twilio creds and phone number. - Run with
crystal sms.cr
or build the executable withcrystal build --release sms.cr
and run with./sms
- If run without arguments TO_PHONE is set to the environment variable TO_PHONE, and message is set to an internal default.
- To quickly send a message to a phone number (this requires
crystal build
from above) run for example:
./sms 8171234567 "Waas Up?"
Repository
crystal-sms-example
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 8 years ago
- November 18, 2016
License
Links
Synced at
Sat, 19 Apr 2025 06:35:51 GMT
Languages