Dennis
57499db3f5
This commit includes the matrix bot API (https://github.com/shawnanastasio/python-matrix-bot-api/) and the first proof of concept that the plugin API works. Furthermore, it includes the first version of a plugin that acquires event from an Admidio setup (https://admidio.org).
18 lines
277 B
Plaintext
18 lines
277 B
Plaintext
{
|
|
"bot_credentials": {
|
|
"username": "",
|
|
"password": "",
|
|
"server": ""
|
|
},
|
|
|
|
"character": {
|
|
"name": "Peter",
|
|
"avatar": "images/profilepic.jpg",
|
|
"avatar_mime": "image/jpeg"
|
|
},
|
|
|
|
"plugins": [
|
|
"events"
|
|
]
|
|
}
|