Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 470 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 470 Bytes

slack_integration

a slack app to forward messages to MS teams and Dingtalk

install dependencies

pip install flask
pip install requests
pip install slack-sdk
pip install gunicorn

set env

export SLACK_SIGNING_SECRET=
export SLACK_BOT_TOKEN=
export TEAMS_WEBHOOK_URL=
export DINGTALK_WEBHOOK_URL=

run it

gunicorn postman:app

other settings