go-skype-bridge/README.md

32 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# matrix-skype
matrix-skype is a library for bridging matrix and skype, about matrix, please refer to [matrix.org](http://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](https://github.com/kelaresg/go-skypeapi).
[matrix room(#goskypebridge:matrix.org)](https://app.element.io/#/room/#goskypebridge:matrix.org)
This matrix-skype bridge is based on [mautrix-whatsapp](https://github.com/tulir/mautrix-whatsapp),so the installation and usage methods are very similar to mautrix-whatsapp
> # mautrix-whatsapp
> A Matrix-WhatsApp puppeting bridge based on the [Rhymen/go-whatsapp](https://github.com/Rhymen/go-whatsapp)
> implementation of the [sigalor/whatsapp-web-reveng](https://github.com/sigalor/whatsapp-web-reveng) project.
> ### [Wiki](https://github.com/tulir/mautrix-whatsapp/wiki)