pyircbot/examples/data/config/SMS.json

17 lines
305 B
JSON
Raw Normal View History

2017-11-20 18:54:50 -08:00
{
"account_sid": "xxxx",
"auth_token": "xxxx",
"number": "+10000000000",
"api_port": 3000,
"channel": "#foo",
"contacts": {
"guy1": "+11111111111",
"guy2": "+12222222222"
2017-11-20 19:31:59 -08:00
},
"limit": {
"enable": true,
"period": 900,
"max": 5
2017-11-20 18:54:50 -08:00
}
}