update readme

This commit is contained in:
Simon Vieille 2025-08-29 13:02:55 +02:00
commit 49701c8430
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -6,11 +6,12 @@ It implements the webhook triggered when a new message is posted in the chat. It
## Installation
Requirements: nodejs (tested with >=22), golang (tested with >=1.24)
```
git clone https://gitnet.fr/deblan/owncast-webhook
npm i
./node_modules/.bin/webpack
go run ./cmd/server/
make build
```
## Configuration
@ -31,3 +32,9 @@ Add a webhook (Integration > Webhooks):
### OBS
You can embed the chat using this URL: `{server.base_url}/chat/messages`
## Usage
```
./owncast-webhook -c ./config.ini
```