pyircbot/examples/data/config/TextCDC.json

45 lines
660 B
JSON
Raw Normal View History

2015-08-08 12:19:12 -07:00
{
2015-09-18 18:56:15 -07:00
"people": {
"one": {
"email-addr": "5555555555@vtext.com"
},
"two": {
"email-addr": "5555555555@vtext.com"
},
"three": {
"email-addr": "5555555555@vtext.com"
},
"four": {
"email-addr": "5555555555@txt.att.net"
}
},
2015-08-08 12:19:12 -07:00
"output-channels":["#yourchannel"],
"interval": 30,
"account": {
"auth": {
"username": "example@gmail.com",
"password": "Password"
},
2015-09-18 18:56:15 -07:00
"pop": {
"host": "pop.gmail.com",
"ssl": true,
"port": 995
},
2015-08-08 12:19:12 -07:00
"imap": {
"host": "imap.gmail.com",
"ssl": true,
"port": 993
},
"smtp": {
"host": "smtp.gmail.com",
"ssl": true,
"authentication": true,
"port": 465
}
}
}