Skip to content

Instantly share code, notes, and snippets.

@hornetmadness
hornetmadness / slack-pagerduty-oncall.py
Created February 13, 2020 12:37 — forked from devdazed/slack-pagerduty-oncall.py
Updates a Slack User Group with People that are on call in PagerDuty
#!/usr/bin/env python
from __future__ import print_function
import json
import logging
from urllib2 import Request, urlopen, URLError, HTTPError
from base64 import b64decode