apps / sms / missed-calls.conf.example /
Newer Older
9 lines | 0.267kb
application pour envoyer un ...
seb authored on 2019-12-16
1
# vim: set ft=python
2
FREEBOX_URL  = "http://mafreebox.freebox.fr"
3
API_VERSION  = "v4"
4
APP_ID       = "XXXXXXXXXXXXXX"
5
APP_TOKEN    = b"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
6
password     = "XXXXXXXXXXXXX"
7
user         = 'XXXXXXXX'
8
msg          = "bla bla bla"
9