tencent wework rebot
go get github.com/adnanh/webhook
for obj in `ls lib/`; do echo "build ./lib/$obj/*.go into /opt/build/$obj ..."; go build -o /opt/build/$obj ./lib/$obj/*.go; done
webhook -hooks `pwd`/hooks/hooks.yaml -verbose
docker pull notices/wework-bot:latest
docker up -d --name wework-bot -p 9000:9000 notices/wework-bot:latest
👤 shaddock
- Github: @ntfs32
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator