Karmanyaah Malhotra 8bfa7fc832 Add directory check
2020-10-28 11:16:54 -04:00
2020-08-17 14:03:58 +02:00
2020-10-28 11:16:54 -04:00
2020-08-17 14:03:58 +02:00
2020-08-17 14:03:58 +02:00

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

  1. Clone this repo git clone https://github.com/ztpnk/gotify-dunst && cd gotify-dunst
  2. Install python requirements ./.env/bin/pip install -r requirements.txt
  3. Change the domain and token in main.py
  4. Test if it runs ./.env/bin/python main.py
  5. Customize the gotify-dunst.service and copy it to /etc/systemd/system
  6. Start and enable the Systemd Unit sudo systemd start gotify-dunst && sudo systemd enable gotify-dunst
Description
No description provided
Readme GPL-3.0 101 KiB
Languages
Python 72.4%
Makefile 27.6%