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).
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
{
|
|
"database_credentials": {
|
|
"username": "",
|
|
"password": "",
|
|
"database": ""
|
|
},
|
|
"cat_id_room_mapping": [
|
|
[[], ""],
|
|
[[], ""]
|
|
],
|
|
"update_time_span": 5,
|
|
"base_url_adm": ""
|
|
}
|