go-skype-bridge/README.md

1.4 KiB
Raw Blame History

matrix-skype

matrix-skype is a library for bridging matrix and skype, about matrix, please refer to matrix.org.

functions are available

The following functions are available in both directions without special instructions

  • create private conversation
  • create group conversation
  • private conversation
  • group conversation
  • kick/invite/leave/join(group)
  • generate invitation link(group)
  • quote message(Circular references may have some bugs)
  • mention someone(message)
  • media message
  • picture message
  • group avatar/name change
  • user name/avatar change
  • Typing status

The skype api lib of matrix-skype is go-skypeapi.
Note: Use go get github.com/kelaresg/go-skypeapi@{latest_commit_id}, for now is: go get github.com/kelaresg/go-skypeapi@ef3c1ea900b605c75888b93c016eb9aad24d0fe4

This matrix-skype bridge is based on mautrix-whatsapp,so the installation and usage methods are very similar to mautrix-whatsapp(matrix-skype currently does not support docker installation)

mautrix-whatsapp

A Matrix-WhatsApp puppeting bridge based on the Rhymen/go-whatsapp implementation of the sigalor/whatsapp-web-reveng project.

Wiki