|
4 months ago | |
---|---|---|
.devcontainer | 4 months ago | |
.github/workflows | 4 months ago | |
src | 4 months ago | |
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
package-lock.json | 4 months ago | |
package.json | 4 months ago | |
sample.config.yaml | 4 months ago | |
tsconfig.json | 4 months ago | |
tslint.json | 4 months ago |
This is a Matrix <-> VK bridge based on mx-puppet-bridge.
It is it early development and should be considered as proof-of-concept.
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
.
TODO