docs: basic readme change from the upstream version
This commit is contained in:
parent
fc1552304f
commit
86f49edf3d
1 changed files with 5 additions and 16 deletions
21
README.md
21
README.md
|
@ -1,25 +1,14 @@
|
||||||
# Matrix Webhook
|
# Matrix Webhook
|
||||||
|
|
||||||
[](https://github.com/nim65s/matrix-webhook/actions/workflows/test.yml)
|
|
||||||
[](https://github.com/nim65s/matrix-webhook/actions/workflows/lint.yml)
|
|
||||||
[](https://hub.docker.com/r/nim65s/matrix-webhook)
|
|
||||||
[](https://pypi.org/project/matrix-webhook/)
|
|
||||||
[](https://results.pre-commit.ci/latest/github/nim65s/matrix-webhook/main)
|
|
||||||
|
|
||||||
[](https://github.com/psf/black)
|
|
||||||
[](https://codecov.io/gh/nim65s/matrix-webhook)
|
|
||||||
[](https://codeclimate.com/github/nim65s/matrix-webhook/maintainability)
|
|
||||||
[](https://badge.fury.io/py/matrix-webhook)
|
|
||||||
|
|
||||||
Post a message to a matrix room with a simple HTTP POST
|
Post a message to a matrix room with a simple HTTP POST
|
||||||
|
|
||||||
|
This is my own fork of https://github.com/nim65s/matrix-webhook
|
||||||
|
It adds a yaml configuration with multi-api key endpoints and moves the filtes
|
||||||
|
to more of a plugin-based system
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
For now, clone this repo and run `pip install .`
|
||||||
python3 -m pip install matrix-webhook
|
|
||||||
# OR
|
|
||||||
docker pull nim65s/matrix-webhook
|
|
||||||
```
|
|
||||||
|
|
||||||
## Start
|
## Start
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue