mirror of
https://github.com/ahabhyde/miguelbridge
synced 2025-01-10 06:24:20 +01:00
6c65ae8bdb
Per ora configurabili solamente manualmente. Il bot prova a joinare tutte le stanze salvate nel json all'avvio
15 lines
504 B
JSON
15 lines
504 B
JSON
{
|
|
"rooms": [
|
|
{
|
|
"matrixname": "Name of the room in Matrix",
|
|
"tgid": "Chat id of the room in Telegram",
|
|
"lastmessageid": "event id of the last message sent in this room. DO NOT EDIT",
|
|
"matrixid": "Chat id of the room in Matrix",
|
|
"tgname": "Name of the room in Telegram"
|
|
}
|
|
],
|
|
"matrixhomeserver": "https://homeserver.com/_matrix/client/r0",
|
|
"tgtoken": "Token key given from BotFather",
|
|
"matrixuser": "Matrix user name",
|
|
"matrixpswd": "Matrix user password"
|
|
} |