From b0fb8392227844e895b0c4f2fb6d2cd60956136e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 17 Oct 2023 21:05:01 +0200 Subject: Added files --- scripts/almanot | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 scripts/almanot (limited to 'scripts/almanot') diff --git a/scripts/almanot b/scripts/almanot new file mode 100755 index 0000000..e24934f --- /dev/null +++ b/scripts/almanot @@ -0,0 +1,24 @@ +#!/bin/sh + +set -e + +# for crontab support +export XAUTHORITY=/home/melvin/.Xauthority +export DISPLAY=:0 +export XDG_RUNTIME_DIR=/run/user/1000 +export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus + +# link to rss feed (Startseite > Service > Persönliche Einstellungen > Kommunikationskanäle anpassen > Feed > abonnieren) +url="..." + +wget -q "$url" -O /tmp/webchange_new + +# xq needs python-yq +xq '.["rdf:RDF"].item.[].title' /dev/null; then + notify-send -t 0 -u critical "ALMA changed!" "$(date)" +fi + +mv /tmp/webchange_new /tmp/webchange_current -- cgit v1.2.3