Reviewed-on: phoenix/twilio_sender#1 Co-authored-by: kdeng00 <kundeng94@gmail.com> Co-committed-by: kdeng00 <kundeng94@gmail.com>
13 lines
205 B
Markdown
13 lines
205 B
Markdown
# twilio_sender
|
|
twilio_sender is a cli program to send text messages.
|
|
|
|
## Install twilio
|
|
```
|
|
go build
|
|
```
|
|
|
|
## Using
|
|
```
|
|
./twilio_sender config_path.json numbers_path.json message_path.json
|
|
```
|