https://github.com/kryptn/websub-listener
https://github.com/kryptn/websub-listener
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptn/websub-listener
- Owner: kryptn
- Created: 2021-02-05T02:23:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T05:49:09.000Z (about 5 years ago)
- Last Synced: 2024-06-20T12:07:04.673Z (almost 2 years ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# websub-listener
This service builds webhooks and manages subscriptions to a [WebSub Hub](https://pubsubhubbub.appspot.com/) and sends a slack message through an incoming webhook
## usage
Create a config file, and run with docker
```
docker run -p 8080:8080 -v $PWD/config.toml:/etc/websub/config.toml kryptn/websub-listener:v0.0.9
```