mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
b1afbf6fe087aaef6f6266e7735ccff89237b91a
gotify-dunst
Intro
This is a simple script for receiving Gotify messages on a Linux Desktop via dunst.
Features
- receive messages via WebSocket
- display it via dust (notify-send)
- multiple priorities adopted from Gotify
- automatic fetch of your application Images
Installation
- Clone this repo
git clone https://github.com/ztpnk/gotify-dunst && cd gotify-dunst - Create a python venv
python3 -m venv .env - Install python requirements
./.env/bin/pip install -r requirements.txt - Change the domain and token in main.py
- Test if it runs
./.env/bin/python main.py - Customize the gotify-dunst.service and copy it to /etc/systemd/system
- Start and enable the Systemd Unit
sudo systemd start gotify-dunst && sudo systemd enable gotify-dunst
Languages
Python
72.4%
Makefile
27.6%