Skip to content

Instantly share code, notes, and snippets.

View Hornochs's full-sized avatar
😁

Stephan Schaffner Hornochs

😁
View GitHub Profile
@n00rm
n00rm / discord.py
Last active February 5, 2024 09:30
Discord Checkmk Notification Script
#!/usr/bin/env python3
# Notify via Discord
import os
import requests
import sys
USERNAME = "check_mk"
AVATARURL = "https://checkmk.com/favicon-96x96.png"