progserega / MatrixVkBot

Bridge-bot for send and recieve VK.com messages in matrix (matrix.org).
Other
18 stars 4 forks source link

Implement Application service mode for Matrix <-> VK bridge #2

Open MurzNN opened 5 years ago

MurzNN commented 5 years ago

Current bot-based bridge is good, because can be used without own Matrix server.

But for homeserver owners will be good to have mode with full implementation of bridge via application service, that emulate VK users as Matrix virtual users, that will look much native on Matrix side, that current bot-based bridging.

For implement Application service you can reuse https://github.com/Cadair/python-appservice-framework library.

MurzNN commented 4 years ago

Here https://github.com/tulir/mautrix-python is more fresh version of Python library for AS