Last updated:
0 purchases
pagey 0.2.0
Pagey
TL;DR: Pagey is a Pagerduty slack bot.
:hourglass: Pipelines
:tada: Install
pip install pagey
:exclamation: Requires Python >= 3.8
:computer: Usage
# Export required tokens to your env
export PAGEY_SLACK_TOKEN="read-write slack token"
export PAGEY_PD_TOKEN="read-only pagerduty token"
# Run it
pagey
Docker
Docker image is available here:
# Export required tokens to your env
export PAGEY_SLACK_TOKEN="read-write slack token"
export PAGEY_PD_TOKEN="read-only pagerduty token"
# Run it
docker run --rm -d -e PAGEY_SLACK_TOKEN -e PAGEY_PD_TOKEN flaconi/slackbot-pagey
Slack configuration
See doc/ directory for how to configure Slack
:page_facing_up: License
MIT License
Copyright (c) 2021-2024 Flaconi
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.