Reviewed-on: phoenix/twilio_sender#1
Co-authored-by: kdeng00 <kundeng94@gmail.com>
Co-committed-by: kdeng00 <kundeng94@gmail.com>
This commit is contained in:
kdeng00
2024-08-24 21:20:30 +00:00
committed by phoenix
parent fda603e0c0
commit 7b55ff5be2
14 changed files with 383 additions and 30 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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
```