KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Slack-PD-Sync
★ 8
Open GitHub ↗
Make dynamic group form PD shifts
Download README (.md)
Explore Similar Repositories
docker-nginx-uwsgi-flask-py3
:
用docker来构建nginx+uwsgi+flask(py3)服务
porolith-pc98
:
Tetris-like game I made in the 1990s for MS-DOS.
WowInterfaces
:
No description available.
vue-cli-plugin-publicpath
:
rewrite assets public path
torrent-clean
:
Deletes files that are not listed in the selected torrent file
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Slack-PD-Sync
?
Download (.md)
# Slack-PD-Sync Synchronize Slack group with Pagerduty schedules. ## Build sources ``` go get github.com/nawadanp/Slack-PD-Sync cd $GOPATH/src/github.com/nawadanp/Slack-PD-Sync make build ./Slack-PD-Sync ``` ## Usage ``` ./Slack-PD-Sync --help Usage of ./Slack-PD-Sync: -pd-key string Pagerduty API Key -pd-schedules string Comma separated list of Pagerduty schedules -slack-group string Slack user group to update -slack-token string Slack Token ``` You can use either flags or env variable to run the tool. If both are set, flags values will be used. | Flag | Env variable | | ---- | ------------ | | pd-key | PD_KEY | | pd-schedules | PD_SCHEDULES | | slack-group | SLACK_GROUP | | slack-token | SLACK_TOKEN | ## Example ``` ./Slack-PD-Sync -pd-key xxx -pd-schedules XXXXXX -slack-group 'Support' -slack-token xoxp-xxx Run PD Function Active users : [anthony@example.com] Run Slack Function Slack user group updated ```