Skip to content

Instantly share code, notes, and snippets.

View hyperanalysis's full-sized avatar

hyperanalysis

View GitHub Profile
@hyperanalysis
hyperanalysis / tautulli_matrix_notifier.py
Created March 29, 2026 00:45 — forked from jdreinhardt/tautulli_matrix_notifier.py
Simple script to send notifications from Tautulli to Matrix (Riot.im)
# -*- coding: utf-8 -*-
import sys
import requests
import json
import markdown
import urllib
MATRIX_SERVER = 'https://matrix.org' #replace with custom server if running own node
MATRIX_PORT = '8448' #default management port