Skip to content

a slack app to forward messages to MS teams and Dingtalk

Notifications You must be signed in to change notification settings

xiajingchun/slack_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a slack app to forward messages to MS teams and Dingtalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published