This is a simple script for receiving Gotify messages on a Linux Desktop via dunst.
git clone https://github.com/ztpnk/gotify-dunst && cd gotify-dunst
python3 -m venv .env
./.env/bin/pip install -r requirements.txt
./.env/bin/python main.py
sudo systemd start gotify-dunst && sudo systemd enable gotify-dunst