go-skype-bridge/README.md

32 lines
1.4 KiB
Markdown
Raw Normal View History

2020-09-08 08:02:37 +03:00
# matrix-skype
2020-09-11 05:20:06 +03:00
matrix-skype is a library for bridging matrix and skype, about matrix, please refer to [matrix.org](http://matrix.org/).
2020-09-08 08:02:37 +03:00
## functions are available
`The following functions are available in both directions without special instructions`
* create private conversation
* create group conversation
* private conversation
* group conversation
2020-09-08 08:38:53 +03:00
* kick/invite/leave/join(group)
2020-09-08 08:02:37 +03:00
* 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
2020-09-22 14:58:38 +03:00
The skype api lib of matrix-skype is [go-skypeapi](https://github.com/kelaresg/go-skypeapi).
2020-10-13 08:22:05 +03:00
Note: Use `go get github.com/kelaresg/go-skypeapi@{latest_commit_id}`, for now is: `go get github.com/kelaresg/go-skypeapi@715ec96e1cdd9ed801f2ff9eed81544c0c65729b`
2020-09-11 05:20:06 +03:00
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(matrix-skype currently does not support docker installation)
2020-09-08 08:02:37 +03:00
> # 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)