VK puppeting bridge for Matrix, taking use of VK Communities API
Go to file
Inex Code 25a85d1a2b Initial commit 2020-11-02 14:48:22 +00:00
.devcontainer Initial commit 2020-11-02 14:48:22 +00:00
src Initial commit 2020-11-02 14:48:22 +00:00
.gitignore Initial commit 2020-11-02 14:48:22 +00:00
LICENSE Initial commit 2020-11-02 14:48:22 +00:00
README.md Initial commit 2020-11-02 14:48:22 +00:00
package-lock.json Initial commit 2020-11-02 14:48:22 +00:00
package.json Initial commit 2020-11-02 14:48:22 +00:00
sample.config.yaml Initial commit 2020-11-02 14:48:22 +00:00
tsconfig.json Initial commit 2020-11-02 14:48:22 +00:00
tslint.json Initial commit 2020-11-02 14:48:22 +00:00

README.md

mx-puppet-vk

This is a Matrix <-> VK bridge based on mx-puppet-bridge.

It is it early development and should be considered as proof-of-concept.

Installation

git pull https://github.com/innereq/mx-puppet-vk
npm install
npm run build

Next copy the sample.config.yaml to config.yaml, edit it and then run npm run start -- -r to generate a registration file. Register that one with synapse and start the bridge with npm run start.

Usage

TODO