mautrix-whatsapp/vendor/maunium.net/go/mautrix-appservice/README.md

10 lines
330 B
Markdown
Raw Normal View History

2018-08-26 16:29:51 +02:00
# matrix-appservice-go
A [Matrix](https://matrix.org) [Application Service](https://matrix.org/docs/guides/application_services.html) framework written in Go.
This is highly work in progress, but the base appservice framework should be somewhat usable.
## Installation
```bash
go get -u maunium.net/go/mautrix-appservice-go
```