Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 3.2 KB

README.md

File metadata and controls

75 lines (48 loc) · 3.2 KB

Pagey

TL;DR: Pagey is a Pagerduty slack bot.

PyPI PyPI - Python Version PyPI - Format PyPI - Implementation PyPI - License

⌛ Pipelines

Build Status Build Status Build Status Build Status

Build Status Build Status Build Status Build Status Build Status Build Status

🎉 Install

pip install pagey

❗ Requires Python >= 3.8

💻 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

Docker image is available here:

Docker hub

# 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

📄 License

MIT License

Copyright (c) 2021-2024 Flaconi