ikxbot / module-sms
Ikx IRC Bot SMS module
1.0.0
2019-02-03 11:57 UTC
Requires
- ext-curl: *
- ikxbot/core: ^1.0
- ikxbot/ikx: ^1.0
- twilio/sdk: ^5.0
This package is auto-updated.
Last update: 2025-04-11 16:10:38 UTC
README
Configuration
The SMS module requires some configuration in order to work.
Add the following to your app/config.yml
file in order to allow the SMS
module work.
options:
twilio:
sid: "ACXXXXXX"
auth: "XXXXXXX"
number: "+1234567890"
Replace the value of sid
with your Twilio API SID, the value of auth
with
your Twilio API auth key and the value of number
with your own personal
Twilio phone number.