Skip to content

Instantly share code, notes, and snippets.

View TheToto's full-sized avatar
🎯
Focusing

Thomas Lupin TheToto

🎯
Focusing
View GitHub Profile
@tigattack
tigattack / README.md
Last active December 3, 2025 18:19
Autorestic backup reports for Discord

Autorestic Discord Backup Report

  1. Replace your webhook in the WEBHOOK_URL variable.
  2. Optionally set MENTION_ON_FAIL to True and set DISCORD_USER_ID if you wish to be @mentioned when a job fails.
  3. Add the script to the success & failure hooks in Autorestic, like so:
locations:
  my-location:
 from: /data
@JonnyWong16
JonnyWong16 / update_all_metadata.py
Last active January 18, 2026 09:52
Updates all metadata in the Tautulli database after moving Plex libraries.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Description: Updates all metadata in the Tautulli database after moving Plex libraries.
# Author: /u/SwiftPanda16
# Requires: plexapi, requests
from plexapi.server import PlexServer
import requests