[go: nahoru, domu]

Skip to content

prompt-bot/wework-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to wework-bot 👋

Version

tencent wework rebot

Install

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

# Use docker

docker pull notices/wework-bot:latest
docker up -d --name wework-bot -p 9000:9000 notices/wework-bot:latest

Author

👤 shaddock

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator